File size: 257 Bytes
a60cc48
 
 
 
 
 
 
 
 
 
 
 
 
 
c1f96f0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# requirements.txt

# Core deep learning libraries
torch>=1.9.0
torchvision>=0.10.0
torchaudio>=0.9.0

# For displaying training progress in the command line
tqdm>=4.62.0

# Gradio for the web-based inference UI
gradio>=3.0.0

# Image handling
Pillow>=8.0.0