Spaces:
Running
on
Zero
Running
on
Zero
artificialguybr
commited on
Commit
•
ec9e3d6
1
Parent(s):
7ac5c7d
Update requirements.txt
Browse files- requirements.txt +20 -26
requirements.txt
CHANGED
@@ -1,30 +1,24 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
2 |
faster-whisper
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
soundfile
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
inflect
|
|
|
|
|
14 |
tqdm
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
packaging
|
20 |
-
pysbd
|
21 |
-
umap-learn
|
22 |
-
pandas
|
23 |
-
jiwer
|
24 |
-
pymongo
|
25 |
-
scipy
|
26 |
-
pydub
|
27 |
-
opencv-python
|
28 |
-
torchvision
|
29 |
-
mediapipe
|
30 |
-
opencv_python
|
|
|
1 |
+
# Core dependencies
|
2 |
+
gradio
|
3 |
+
spaces
|
4 |
+
googletrans==3.1.0a0
|
5 |
+
TTS
|
6 |
faster-whisper
|
7 |
+
numpy
|
8 |
+
opencv-python
|
9 |
+
huggingface-hub
|
10 |
+
|
11 |
+
# Audio processing
|
12 |
soundfile
|
13 |
+
pydub
|
14 |
+
|
15 |
+
# Natural language processing
|
16 |
+
num2words
|
17 |
inflect
|
18 |
+
|
19 |
+
# Utility libraries
|
20 |
tqdm
|
21 |
+
torch
|
22 |
+
torchaudio
|
23 |
+
librosa==0.8.0
|
24 |
+
ffmpeg-python
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|