Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
sentence_transformers
|
2 |
+
faster_whisper
|
3 |
+
ffmpeg-python
|
4 |
+
nltk
|
5 |
+
accelerate
|
6 |
+
git+https://github.com/m-bain/whisperx.git
|
7 |
+
gradio
|