Spaces:
Sleeping
Sleeping
Create requirements
Browse files- requirements +29 -0
requirements
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit==1.36.0
|
2 |
+
moviepy
|
3 |
+
ffmpeg-python
|
4 |
+
requests
|
5 |
+
speechbrain==0.5.14
|
6 |
+
faster-whisper
|
7 |
+
transformers==4.25.1
|
8 |
+
numpy==1.23.5
|
9 |
+
numba==0.56.4
|
10 |
+
datasets==2.8.0
|
11 |
+
librosa==0.9.2
|
12 |
+
numba==0.56.4
|
13 |
+
scikit-learn==1.3.2
|
14 |
+
ipdb>=0.13.9
|
15 |
+
pandas>=1.5.3
|
16 |
+
huggingface_hub>=0.7.0
|
17 |
+
hyperpyyaml>=0.0.1
|
18 |
+
joblib>=0.14.1
|
19 |
+
packaging
|
20 |
+
pre-commit>=2.3.0
|
21 |
+
sentencepiece>=0.1.91
|
22 |
+
psutil
|
23 |
+
SoundFile>=0.10.2
|
24 |
+
torch==1.11.0
|
25 |
+
torchaudio==0.11.0
|
26 |
+
torchvision==0.12.0
|
27 |
+
tqdm>=4.42.0
|
28 |
+
yt-dlp
|
29 |
+
pydub
|