File size: 465 Bytes
c65e61c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Core ML/DL Dependencies
torch>=2.0.0
torchvision>=0.15.0
numpy>=1.21.0
scikit-learn>=1.0.0

# Experiment Tracking & Visualization
wandb>=0.15.0
matplotlib>=3.5.0
seaborn>=0.11.0

# UI & Demo
gradio>=4.0.0

# Development & Code Quality
pytest>=7.0.0
black>=22.0.0
flake8>=4.0.0
mypy>=0.950

# Optional: For advanced features
tensorboard>=2.10.0  # Alternative to W&B
pillow>=9.0.0       # Image processing
tqdm>=4.64.0        # Progress bars