File size: 417 Bytes
9db766f
 
691fd14
9db766f
56dc677
691fd14
 
 
56dc677
 
691fd14
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
fastapi==0.104.1
uvicorn[standard]==0.24.0
python-multipart==0.0.6
python-dotenv==1.0.0
gtts==2.3.2
pydantic==2.5.0

# Optional - comment out if causing issues
SpeechRecognition==3.10.0
pyttsx3==2.90

# NLP models (optional)
transformers==4.35.0
torch==2.0.1
accelerate==0.20.0
huggingface_hub==0.19.0
protobuf==3.20.0

# Use TTS instead of coqui-tts
TTS==0.22.1

# Audio processing
soundfile==0.12.1
requests==2.31.0