Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +42 -0
requirements.txt
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Core
|
| 2 |
+
openai==1.68.2
|
| 3 |
+
elevenlabs==1.54.0
|
| 4 |
+
python-dotenv==1.1.0
|
| 5 |
+
|
| 6 |
+
# Voice + Audio
|
| 7 |
+
sounddevice==0.5.1
|
| 8 |
+
soundfile==0.13.1
|
| 9 |
+
pydub==0.25.1
|
| 10 |
+
faster-whisper==1.1.1
|
| 11 |
+
|
| 12 |
+
# Speech & Transcription
|
| 13 |
+
ctranslate2==4.5.0
|
| 14 |
+
librosa==0.11.0
|
| 15 |
+
torchaudio==2.6.0
|
| 16 |
+
torch==2.6.0
|
| 17 |
+
num2words==0.5.14
|
| 18 |
+
|
| 19 |
+
# Data & Logging
|
| 20 |
+
numpy==1.24.4
|
| 21 |
+
pandas
|
| 22 |
+
openpyxl
|
| 23 |
+
tqdm==4.67.1
|
| 24 |
+
datasets>=2.18.0
|
| 25 |
+
|
| 26 |
+
# WebSocket + API
|
| 27 |
+
fastapi==0.115.12
|
| 28 |
+
uvicorn==0.34.0
|
| 29 |
+
httpx==0.28.1
|
| 30 |
+
websockets==11.0.3
|
| 31 |
+
|
| 32 |
+
# Optional
|
| 33 |
+
scikit-learn==1.6.1
|
| 34 |
+
huggingface_hub>=0.22.0
|
| 35 |
+
xlsxwriter
|
| 36 |
+
python-multipart
|
| 37 |
+
sse_starlette
|
| 38 |
+
dateparser>=1.1.8
|
| 39 |
+
phonenumbers>=8.13.21
|
| 40 |
+
parsedatetime
|
| 41 |
+
fuzzy
|
| 42 |
+
word2number==1.1
|