Create requirements.txt
Browse files- requirements.txt +5 -0
requirements.txt
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
nemo_toolkit[asr] @ git+https://github.com/NVIDIA/NeMo.git
|
2 |
+
librosa
|
3 |
+
soundfile
|
4 |
+
moviepy==1.0.3
|
5 |
+
torch
|