Metadata-Version: 2.4
Name: nerovision
Version: 0.0.1
Summary: Nerovision, holds many different computer vision algorithms that I implemented, either because I needed them or I was curious.
Author-email: Stephan Pirner <stephan.pirner93@gmail.com>
Project-URL: Homepage, https://github.com/Pirner/nerovision
Project-URL: Issues, https://github.com/Pirner/nerovision/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file


# nerovision
![Project Logo](images/nerolith_logo_no_background.png)

repository to collect my computer vision algorithms and make them reusable


## Deep Learning Features

### Autoencoding
the functionality to train autoencoder is given in the subrepo of:
````python
from nerovision.dl import auto_encoding
````
there is a jupyter notebook describing the process to use the autoencoder for images.
Look underneath "examples/autoencoder.ipynb"
