Lesterchia1 commited on
Commit
f6274d1
·
verified ·
1 Parent(s): e66402a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -7
requirements.txt CHANGED
@@ -1,11 +1,15 @@
1
- # Add this at the top to ensure av is handled before faster-whisper
2
- av==12.3.0
 
 
 
 
3
  fastapi>=0.115.2
4
  uvicorn>=0.27.1
5
  python-multipart>=0.0.9
6
- faster-whisper==1.0.1
7
- torch>=2.0.0
8
- groq==0.4.2
9
- openai==1.13.3
10
- gTTS==2.5.1
11
  pydantic>=2.6.3
 
1
+ # AI & Inference
2
+ av==11.0.0
3
+ faster-whisper==1.0.1
4
+ torch>=2.0.0
5
+
6
+ # API Framework
7
  fastapi>=0.115.2
8
  uvicorn>=0.27.1
9
  python-multipart>=0.0.9
10
+
11
+ # LLM & TTS
12
+ groq>=0.4.2
13
+ openai>=1.13.3
14
+ gTTS>=2.5.1
15
  pydantic>=2.6.3