This code is a port of the Performance RNN model to the TensorFlow.js environment.
To view a hosted version of the demo, go to https://goo.gl/magenta/performancernn-demo
To build, execute yarn bundle
. This will regenerate bundle.js
, which is referenced by index.html
.
To view, execute yarn run-demo
, which will start a local webserver.