Metadata-Version: 2.1
Name: faccent
Version: 1.0.1
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==1.0
        
        ### or with github
        
        Create a [virtual environment](https://realpython.com/python-virtual-environments-a-primer/) for the software.
        * `python3 -m venv env`
        * `source env/bin/activate`
        
        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
        
        [basics tutorial](https://colab.research.google.com/drive/1OHJ-302ngzrNiPsiVK9PaTUxY43Uf_RY#scrollTo=YCqI1KtB2aAn)
        
        ## 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
