Metadata-Version: 2.1
Name: jo3mnist
Version: 0.0.5
Author-email: Jochem Hölscher <a.fake@e.mail>
Project-URL: homepage, https://github.com/JJJHolscher/mnist
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: datasets
Requires-Dist: equinox
Requires-Dist: jax
Requires-Dist: jaxtyping
Requires-Dist: numpy
Requires-Dist: pillow
Requires-Dist: opencv-python
Requires-Dist: optax
Requires-Dist: torch
Requires-Dist: torchvision
Provides-Extra: demo

# README

## files

______________________________________________________________________
|.gitignore		|a list of unshared files|
|makefile|dev tools for installing, publisizing etc.|
|pyproject.toml	|project metadata|
|requirements.txt |python dependencies|
|setup.py|necessary for `pip install -e .`|
|src/main.py|first file that gets called|
--------------------------------------------
