tommytracx commited on
Commit
ee09566
·
verified ·
1 Parent(s): c6552d6

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +15 -7
requirements.txt CHANGED
@@ -1,7 +1,15 @@
1
- gradio
2
- fastapi
3
- uvicorn
4
- python-multipart
5
- openai-whisper
6
- llama-cpp-python
7
- edge-tts
 
 
 
 
 
 
 
 
 
1
+ # Core Requirements
2
+ fastapi==0.103.1
3
+ uvicorn==0.23.2
4
+ python-multipart==0.0.6
5
+ pydantic==2.3.0
6
+ websockets==11.0.3
7
+ gradio==3.41.2
8
+
9
+ # Audio Processing
10
+ scipy==1.11.3
11
+ numpy==1.25.2
12
+
13
+ # UI and Utilities
14
+ python-dotenv==1.0.0
15
+ requests==2.31.0