musicautobot_vueapp
musicautobot_vueapp copied to clipboard
Vue app for https://github.com/bearpelican/musicautobot
VueApp for MusicAutobot.com
This is the front-end source code for musicautobot.com.
It's a full featured MIDI sequencer that serves predictions from our deep learning music model.
Installation
Install Yarn
git clone https://github.com/bearpelican/musicautobot_vueapp.git
pushd musicautobot_vueapp
yarn install
popd
Run
yarn serve
To enable predictions, you must have the backend server running on localhost:5000. See instructions here