Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio
|
2 |
+
fer
|
3 |
+
translate
|
4 |
+
whisper_timestamped
|
5 |
+
git+https://github.com/openai/whisper.git@v20231117
|
6 |
+
transformers
|
7 |
+
moviepy
|
8 |
+
librosa
|
9 |
+
pandas
|
10 |
+
opencv-python-headless
|