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
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
Requires-Dist: torch
Requires-Dist: torchvision
Requires-Dist: pandas ==1.3.5
Requires-Dist: lucent ==0.1.0
Requires-Dist: kornia ==0.4.1
Requires-Dist: kaleido ==0.2.1
Requires-Dist: pyarrow ==14.0.1
Requires-Dist: nbformat ==5.7.3
Requires-Dist: einops ==0.6.1
Requires-Dist: seaborn ==0.12.2
Requires-Dist: ipywidgets ==8.0.7
Requires-Dist: scipy ==1.7.3
Requires-Dist: imageio

# 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).



