Metadata-Version: 2.1
Name: faccent
Version: 1.0.2
Summary: A pytorch tool for feature visualizations of various types
Home-page: https://github.com/chrishamblin7/faccent
Author: Chris Hamblin
Author-email: chrishamblin7@gmail.com
License: UNKNOWN
Description: # faccent
        feature accentuation: image-seeded feature visualizations
        
        
        ## Setup
        
        ### with PIP
        
        pip install faccent
        
        ### or with github
        
        clone repository
        
        Install dependencies: `pip install -r requirements.txt`
        
        Add the faccent package itself: `pip install -e .`
        
        Make the virtual environment available to jupyter notebooks:  `python -m ipykernel install --user --name=faccent`
        
        
        ## Tutorials
        
        See the API_demo notebook, or
        <a href="https://colab.research.google.com/github/chrishamblin7/faccent/blob/master/API_demo.ipynb"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab" /></a>
        
        
        ## License and Disclaimer
        
        You may use this software under the MIT License. See [LICENSE](https://github.com/greentfrapp/lucent/blob/master/LICENSE).
        
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.8
Description-Content-Type: text/markdown
