Spaces:
Runtime error
Runtime error
dennisvdang
commited on
Commit
•
1517aa7
1
Parent(s):
f440926
Added model, app.py
Browse files- models/chorus_detection_crnn.h5 +3 -0
- requirements.txt +13 -0
models/chorus_detection_crnn.h5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:20e66eb3d0788373c3bdc5b28fa2f2587b0e475f3bbc47e8ab9ff0dbdbb2df32
|
3 |
+
size 249083136
|
requirements.txt
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Python version: >=3.7
|
2 |
+
ffmpeg-python==0.2.0
|
3 |
+
keras==2.1.0
|
4 |
+
librosa==0.10.1
|
5 |
+
matplotlib==3.7.2
|
6 |
+
numpy==1.24.4
|
7 |
+
pandas==2.0.3
|
8 |
+
pydub==0.25.1
|
9 |
+
pytube==15.0.0
|
10 |
+
scikit-learn==1.3.0
|
11 |
+
scipy==1.9.1
|
12 |
+
streamlit
|
13 |
+
tensorflow==2.1.0
|