Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
git+https://github.com/huggingface/transformers
|
2 |
+
torch
|
3 |
+
pytube
|
4 |
+
git+https://github.com/linto-ai/whisper-timestamped
|
5 |
+
nemo-toolkit[tts]
|
6 |
+
torchvision
|
7 |
+
pynini
|
8 |
+
pydub
|
9 |
+
alt-profanity-check
|
10 |
+
spleeter
|