Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
librosa==0.9.1
|
2 |
+
numpy
|
3 |
+
ffmpeg-python
|
4 |
+
soundfile==0.10.3.post1
|
5 |
+
wget
|
6 |
+
pydub
|
7 |
+
git+https://github.com/NVIDIA/[email protected]#egg=nemo_toolkit[all]
|