File size: 354 Bytes
8746765
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
# Core ML framework
torch>=2.0.0
torchvision>=0.15.0

# Web framework
flask>=3.1.0
flask-cors>=6.0.0
flask-socketio>=5.5.0
eventlet>=0.40.0

# Data processing
numpy>=1.24.0
pillow>=10.0.0
einops>=0.7.0

# Configuration
pyyaml>=6.0
omegaconf>=2.3.0

# Type hints
jaxtyping>=0.2.0

# Hugging Face Hub (for model loading if needed)
huggingface-hub>=0.20.0