Ajout du requirements.txt pour les dépendances du projet

Packages principaux :
- tensorflow 2.20.0 : Framework de deep learning
- scikit-learn 1.7.2 : Outils ML (datasets, metrics, preprocessing)
- numpy 2.3.4 : Calcul numérique
- jupyter 1.1.1 : Interface notebook
- ipykernel 7.1.0 : Kernel Jupyter

Installation : pip install -r requirements.txt

🤖 Generated with [Claude Code](https://claude.com/claude-code)
This commit is contained in:
spham 2025-11-12 19:06:39 +01:00
parent 8e234cf983
commit e27db89860

10
requirements.txt Normal file
View File

@ -0,0 +1,10 @@
# Dépendances principales du lab ML Model Generalization
# Machine Learning
tensorflow==2.20.0
scikit-learn==1.7.2
numpy==2.3.4
# Jupyter
jupyter==1.1.1
ipykernel==7.1.0