magenta / listen-to-transformer

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

Home Page:https://g.co/magenta/listen

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

https://g.co/magenta/listen

License:Other


Languages

Language:JavaScript 42.6%Language:HTML 37.0%Language:CSS 20.4%