Garvitj commited on
Commit
bda5499
·
verified ·
1 Parent(s): f731962

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -9
requirements.txt CHANGED
@@ -1,9 +1,11 @@
1
- huggingface_hub==0.25.2
2
- gradio==3.19.1
3
- numpy==1.24.1
4
- librosa==0.10.0
5
- opencv-python==4.7.0.72
6
- moviepy==1.0.3
7
- speechrecognition==3.8.1
8
- transformers==4.32.0
9
- tensorflow==2.11.0
 
 
 
1
+ gradio
2
+ numpy
3
+ librosa
4
+ opencv-python
5
+ ffmpeg-python
6
+ speechrecognition
7
+ transformers
8
+ tensorflow
9
+ scikit-learn
10
+ nltk
11
+ pillow