Garvitj commited on
Commit
18c5537
·
verified ·
1 Parent(s): 4a21329

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -14
requirements.txt CHANGED
@@ -1,14 +1,11 @@
1
- gradio==3.30.0
2
- numpy==1.24.2
3
- opencv-python==4.8.0.74
4
- librosa==0.10.0
5
- tensorflow==2.11.0
6
- nltk==3.8.1
7
- scikit-learn==1.1.2
8
- pydub==0.25.1
9
- transformers==4.30.0
10
- torch==2.1.0
11
- pillow==9.4.0
12
- SpeechRecognition==3.10.0
13
- scipy==1.10.1
14
- sentencepiece==0.1.99
 
1
+ gradio
2
+ numpy
3
+ opencv-python
4
+ librosa
5
+ speechrecognition
6
+ tensorflow
7
+ scikit-learn
8
+ nltk
9
+ pydub
10
+ ffmpeg-python
11
+ pickle-mixin