Metadata-Version: 2.4
Name: gyoza
Version: 0.3.0
Summary: A library for invertible interpretable neural networks.
Author: Tim Dick
License: MIT
Project-URL: Homepage, https://pypi.org/project/gyoza/
Project-URL: Bug Tracker, https://github.com/TimHenry1995/gyoza
Classifier: Programming Language :: Python :: 3.12
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: tensorflow>=2.20.0
Requires-Dist: numpy>=2.3.5
Provides-Extra: build
Requires-Dist: build<0.10.0; extra == "build"
Requires-Dist: twine; extra == "build"
Provides-Extra: docs
Requires-Dist: sphinx>=6.0; extra == "docs"
Requires-Dist: sphinx-rtd-theme>=1.3; extra == "docs"
Provides-Extra: tutorials
Requires-Dist: jupyter; extra == "tutorials"
Requires-Dist: ipywidgets>=8.1.8; extra == "tutorials"
Requires-Dist: matplotlib>=3.5.3; extra == "tutorials"
Dynamic: license-file

![Image](https://github.com/TimHenry1995/gyoza/blob/develop/docs/images/logo.png?raw=true)
## Installation
```
pip install gyoza
```

## Documentation
Detailed documentation can be found on the companion website of [read-the-docs](https://gyoza.readthedocs.io/en/latest/)

## Tutorial
A tutorial can be found in the [tutorials](https://github.com/TimHenry1995/gyoza/tree/main/tutorials) folder of the Github repository.

## Experiments
Experiments can be found in the [experiments](https://github.com/TimHenry1995/gyoza/tree/main/experiments) folder of the Github repository.

## Development
Developers can access the package via [GitHub](https://github.com/TimHenry1995/gyoza)

