Commit
·
9c9a9b5
1
Parent(s):
3b16fc4
Upload requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
git+https://github.com/openai/whisper.git
|
2 |
+
transformers
|
3 |
+
torch
|
4 |
+
torchaudio
|
5 |
+
torchvision
|
6 |
+
streamlit
|
7 |
+
streamlit-mic-recorder
|
8 |
+
ffmpeg
|