Metadata-Version: 2.3
Name: AIScratch
Version: 1.0.1
Summary: Sets of different AI Classes
License: MIT
Author: tomboisse
Author-email: tmboisse@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: numpy (>=2,<3)
Project-URL: Homepage, https://github.com/GameLaxx/AIScratch
Project-URL: Repository, https://github.com/GameLaxx/AIScratch
Description-Content-Type: text/markdown

# AIScratch

AIScratch est une librairie Python contenant des classes et des fonctions pour différentes applications en Intelligence Artificielle.

## Installation

Vous pouvez installer la librairie via pip :

```bash
pip install AIScratch

