Spaces:
Build error
Build error
Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
librosa==0.10.2
|
| 2 |
+
streamlit==1.37.1
|
| 3 |
+
numpy==1.26.4
|
| 4 |
+
matplotlib==3.8.4
|
| 5 |
+
pandas==2.2.2
|
| 6 |
+
keras==3.4.1
|
| 7 |
+
tensorflow
|