Adding requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
git+https://github.com/huggingface/transformers.git@main
|
2 |
+
|
3 |
+
git+https://github.com/openai/whisper.git
|
4 |
+
git+https://github.com/ytdl-org/youtube-dl.git
|
5 |
+
|
6 |
+
torch
|
7 |
+
transformers
|
8 |
+
opencv-python
|
9 |
+
Pillow
|
10 |
+
pafy
|