File size: 291 Bytes
c6c8587
2b0064a
c6c8587
 
 
 
 
 
 
97df962
c6c8587
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Core dependencies for HuggingFace Spaces deployment
fastapi==0.104.1
uvicorn[standard]==0.24.0
websockets==12.0
python-multipart==0.0.6
pydantic==2.5.0

# Machine Learning
torch==2.1.0
transformers==4.36.2
accelerate==0.24.1

# Utilities
numpy==1.24.3
aiofiles==23.2.1
python-dotenv==1.0.0