-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
45 lines (33 loc) · 812 Bytes
/
Copy pathrequirements.txt
File metadata and controls
45 lines (33 loc) · 812 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Data manipulation
pandas>=1.5.0
numpy>=1.23.0
# Machine Learning
scikit-learn>=1.2.0
xgboost>=2.0.0
imbalanced-learn>=0.11.0 # Pour SMOTE et équilibrage des classes
# Deep Learning (pour model_2 - RNN)
# Note: Pour CUDA, installez avec: pip install torch torchvision --index-url https://download.pytorch.org/whl/cu121
# Pour CPU seulement: pip install torch torchvision
torch>=2.0.0
torchvision>=0.15.0
# Visualization
matplotlib>=3.6.0
seaborn>=0.12.0
# Data download
gdown>=4.6.0
# Testing
pytest>=7.4.0
pytest-cov>=4.1.0
# Utilities
joblib>=1.3.0
python-dotenv>=1.0.0
pyyaml>=6.0
# Optional: for better data handling
pyarrow>=13.0.0
opencv-python>=4.7.0
# Image processing
pillow>=10.0.0
# Progress bar
tqdm>=4.66.0
# Google Colab (optionnel, utile uniquement sur Colab)
# google-colab>=1.0.0