Deep learning model to classify music instrument groups from audio.
Upload an audio clip and see the predicted class. You can download a few text examples or provide you own clips.
This a Heroku deployment repo. Look at the main repo bzamecnik/ml to see the training scripts, etc.
Python 3.4 (eg. via Anaconda), Keras, TensorFlow, etc.
$ pip install -r requirements.txt
$ python main.py && open http://localhost:5000
Deploy your own instance of this app!
$ heroku apps:create [NAME]
$ heroku buildpacks:add heroku/python
$ git push heroku master
or more easily via the Heroku Button: