Create requirements.txt
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio
|
2 |
+
numpy
|
3 |
+
opencv-python
|
4 |
+
librosa
|
5 |
+
moviepy
|
6 |
+
speechrecognition
|
7 |
+
tensorflow
|
8 |
+
scikit-learn
|
9 |
+
nltk
|
10 |
+
pickle-mixin
|
11 |
+
json5
|
12 |
+
pydub
|