• Stars
    star
    100
  • Rank 329,728 (Top 7 %)
  • Language
    JavaScript
  • License
    Other
  • Created over 4 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

An app to make it easier to explore and curate output from a Music Transformer

Listen to Transformer

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.

Screenshot of the main UI

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.

Running it locally

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.