musicautobot_vueapp icon indicating copy to clipboard operation
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.

Screenshot

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

Acknowledgements

  • MIDI sequencer inspired by shundroid
  • Playback made possible by tonejs
  • Powered by Vue and Vuetify