Metadata-Version: 2.4
Name: iapytoo
Version: 0.1.2
Summary: Un toolkit pour vite coder un modèle pytorch d'IA utilisant MLflow
Author-email: Jean-François Lecomte <zwergon@free.fr>
License: Apache-2.0
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: tqdm
Requires-Dist: mlflow<=3.1.4,>=3.0.0
Requires-Dist: torch<=2.9.1,>=2.1.0
Requires-Dist: torchvision
Requires-Dist: cloudpickle
Requires-Dist: numpy
Provides-Extra: mlserver
Requires-Dist: mlserver==1.7.1; extra == "mlserver"
Requires-Dist: mlserver_mlflow; extra == "mlserver"
Dynamic: license-file

[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![Flake8](
    https://github.com/zwergon/iapytoo/actions/workflows/python-app.yml/badge.svg)](
        https://github.com/zwergon/iapytoo/actions/workflows/python-app.yml)

![mlflow](https://img.shields.io/badge/mlflow-%23d9ead3.svg?style=for-the-badge&logo=numpy&logoColor=blue)
![PyTorch](https://img.shields.io/badge/PyTorch-%23EE4C2C.svg?style=for-the-badge&logo=PyTorch&logoColor=white)
![NumPy](https://img.shields.io/badge/numpy-%23013243.svg?style=for-the-badge&logo=numpy&logoColor=white)

# iapytoo : **IA** **PY**torch **TOO**lkit

One small __toolkit__ to create a __pytorch__ learning chain using mlflow as tracking framework
