Skip to content

Latest commit

 

History

History

performance_rnn

Performance RNN Browser Demo

This code is a port of the Performance RNN model to the TensorFlow.js environment.

Demo

To view a hosted version of the demo, go to https://goo.gl/magenta/performancernn-demo

Building

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.