Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
pytubefix
|
2 |
+
moviepy
|
3 |
+
pydub
|
4 |
+
git+https://github.com/openai/whisper.git
|
5 |
+
nltk
|
6 |
+
gradio
|
7 |
+
pandas
|