Update requirements.txt
Browse files- requirements.txt +28 -1
requirements.txt
CHANGED
@@ -1,3 +1,30 @@
|
|
1 |
git+https://github.com/openai/whisper.git
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
transformers
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
git+https://github.com/openai/whisper.git
|
2 |
+
gradio
|
3 |
+
google-auth
|
4 |
+
google-auth-oauthlib
|
5 |
+
google-auth-httplib2
|
6 |
+
google-api-python-client
|
7 |
+
youtube-transcript-api
|
8 |
+
requests
|
9 |
+
huggingface-hub
|
10 |
+
httpx
|
11 |
+
ffmpeg-python
|
12 |
+
pandas
|
13 |
+
pytube
|
14 |
+
sacremoses
|
15 |
+
sentencepiece
|
16 |
+
tokenizers
|
17 |
+
torch
|
18 |
+
torchaudio
|
19 |
+
tqdm
|
20 |
+
EasyNMT
|
21 |
+
tqdm
|
22 |
+
nltk
|
23 |
transformers
|
24 |
+
pysrt
|
25 |
+
psutil
|
26 |
+
uvicorn
|
27 |
+
pytube
|
28 |
+
youtube-dl
|
29 |
+
ffmpeg-python
|
30 |
+
whisper
|