Piano Transformer is an open source machine learning model from the Magenta research group at Google that can generate musical performances with some long-term structure. We find it interesting to see what these models can and can’t do, so we made this app to make it easier to explore and curate the model’s output.
You can read more about the model in the blog post announcing it, the research paper it was published in, or the blog post about this app.
Clone this repo, start your favourite local dev server and navigate to the index.html
in your browser.
If you don't have a web server (like http-server
) to run locally
(or don't know what this means), then you can install this project's dev dependencies
and run the start
command:
git clone https://github.com/magenta/listen-to-transformer
cd listen-to-transformer
npm install
npm start # Then navigate to http://127.0.0.1:8080/ in your browser.