Metadata-Version: 2.4
Name: minnt
Version: 0.0.5a0
Summary: Minimalistic Neural Network Trainer
Author-email: Milan Straka <milan@strakovi.com>
License-Expression: MPL-2.0
Project-URL: Homepage, https://minnt.org
Project-URL: Repository, https://github.com/foxik/minnt
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: tensorboard>=2.20.0
Requires-Dist: tqdm>=4.66.0
Provides-Extra: torch
Requires-Dist: torch; extra == "torch"
Requires-Dist: torchvision; extra == "torch"
Dynamic: license-file

# Minnt

<img src="https://minnt.org/images/leaf-green-noborder.svg" alt="" align="right" width="150">

**Minnt** is <s>**Mi**lan's</s> **Mi**nimalistic **N**eural **N**etwork **T**rainer for PyTorch inspired by Keras.

Read the [documentation](https://minnt.org/).

See the [examples](https://minnt.org/examples/).

Install using:
```
pip install minnt --extra-index-url=https://download.pytorch.org/whl/cu128 torch torchvision
```
