Deployed app about Music Classification with CNN models.
Link: https://ai-music-web.herokuapp.com/
All source codes from ETL data pipeline, loading to PostgreSQL to training CNN models are in this github repository:
-
Clone and move to a folder without git
-
Create a new Heroku app. Official instruction here: https://devcenter.heroku.com/articles/getting-started-with-python
-
Make connection to heroku remote github.
$ heroku git:remote -a <your new app name>
- Add heroku-buildpack-apt Reference
$ heroku buildpacks:add --index 2 heroku-community/apt
- Add code and push to remote heroku repository
git add .
git commit -m""
git push heroku master