susiexia / AI_music_Heroku

Deploy app of Music Classification with CNN models

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AI_music_Heroku

Deployed app about Music Classification with CNN models.

Link: https://ai-music-web.herokuapp.com/

Source Code

All source codes from ETL data pipeline, loading to PostgreSQL to training CNN models are in this github repository:

AI_Music_Repo

How to deploy to your own heroku web

  1. Clone and move to a folder without git

  2. Create a new Heroku app. Official instruction here: https://devcenter.heroku.com/articles/getting-started-with-python

  3. Make connection to heroku remote github.

$ heroku git:remote -a <your new app name>

  1. Add heroku-buildpack-apt Reference

$ heroku buildpacks:add --index 2 heroku-community/apt

  1. Add code and push to remote heroku repository

git add . git commit -m"" git push heroku master

About

Deploy app of Music Classification with CNN models


Languages

Language:HTML 57.8%Language:Python 41.2%Language:CSS 1.0%