requirementscommit
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
numpy==1.21.2
|
| 2 |
+
tensorflow==2.8.0
|
| 3 |
+
tensorflow_hub==0.12.0
|
| 4 |
+
matplotlib==3.5.1
|
| 5 |
+
statistics==1.0.3.5
|
| 6 |
+
ipython==8.3.0
|
| 7 |
+
scipy==1.8.0
|
| 8 |
+
music21==7.3.3
|
| 9 |
+
pydub
|
| 10 |
+
librosa==0.9.1
|