artificialguybr commited on
Commit
ec9e3d6
1 Parent(s): 7ac5c7d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +20 -26
requirements.txt CHANGED
@@ -1,30 +1,24 @@
1
- num2words
 
 
 
 
2
  faster-whisper
3
- more-itertools
4
- tiktoken
5
- cython
6
- torch
7
- torchaudio
8
  soundfile
9
- ffmpeg-python
10
- librosa==0.8.0
11
- scikit-learn
12
- numba
13
  inflect
 
 
14
  tqdm
15
- anyascii
16
- pyyaml
17
- fsspec
18
- aiohttp
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