Create new file
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
git+https://github.com/openai/whisper.git
|
| 2 |
+
openai
|
| 3 |
+
neon-tts-plugin-coqui
|
| 4 |
+
whisper
|
| 5 |
+
torch
|
| 6 |
+
transformers
|