Create requirements.txt
Browse files- requirements.txt +17 -0
requirements.txt
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fastapi==0.85.0
|
| 2 |
+
ffmpeg-python==0.2.0
|
| 3 |
+
gradio==3.11
|
| 4 |
+
matplotlib==3.6.1
|
| 5 |
+
pandas==1.5.0
|
| 6 |
+
pytube==12.1.0
|
| 7 |
+
sacremoses==0.0.53
|
| 8 |
+
sentencepiece==0.1.97
|
| 9 |
+
tokenizers==0.12.1
|
| 10 |
+
torch==1.12.1
|
| 11 |
+
torchaudio==0.12.1
|
| 12 |
+
tqdm==4.64.1
|
| 13 |
+
EasyNMT==2.0.2
|
| 14 |
+
transformers==4.22.2
|
| 15 |
+
pysrt
|
| 16 |
+
whisper @ git+https://github.com/openai/whisper.git
|
| 17 |
+
psutil==5.9.2
|