Spaces:
Sleeping
Sleeping
circulartext
commited on
Commit
•
a128a9a
1
Parent(s):
45e3447
Create requirements.txt
Browse files- requirements.txt +15 -0
requirements.txt
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
numpy==1.26.1
|
2 |
+
torch
|
3 |
+
scikit-learn
|
4 |
+
pandas==1.3.4
|
5 |
+
transformers==4.34.0
|
6 |
+
safetensors
|
7 |
+
pydub==0.25.1
|
8 |
+
SpeechRecognition==3.8.1
|
9 |
+
gTTS
|
10 |
+
moviepy==1.0.3
|
11 |
+
pocketsphinx
|
12 |
+
nvidia-cusparse-cu12>=12.1.0.106
|
13 |
+
fastapi
|
14 |
+
uvicorn
|
15 |
+
python-multipart
|