Noctis77 commited on
Commit
f115435
1 Parent(s): 3b625f5

[ADD] Model + requirements.txt

Browse files
model/audio_prediction_model.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80e1d30e99335f1ee4c4c9ffb8566caa5e588d257f7eb1b68ee9b99a1fb1ff95
3
+ size 19688460
requirements.txt ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ matplotlib
2
+ seaborn
3
+ pandas
4
+ numpy
5
+ scikit-learn
6
+ librosa
7
+ tensorflow
8
+ ipython
9
+ pickle5
10
+ resampy