1.1.5 • Published 6 years ago

@magenta/music-vae v1.1.5

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
6 years ago

MusicVAE Deeplearn.js API

This JavaScript implementation of MusicVAE uses Deeplearn.js for GPU-accelerated inference.

For the Python TensorFlow implementation, see the main Magenta repo.

Usage

To use in your application, install the npm package @magenta/music-vae, or use the pre-built bundle.

You can then instantiate a MusicVAE object with:

let mvae = new MusicVAE('/path/to/checkpoint')

For a complete guide on how to build an app with MusicVAE, read the Melody Mixer tutorial.

Pre-trained Checkpoints

Several pre-trained MusicVAE checkpoints are hosted on GCS. While we do not plan to remove any of the current checkpoints, we will be adding more in the future, so your applications should reference the checkpoints.json file to see which checkpoints are available.

If your application has a high QPS, you must mirror these files on your own server.

Example Applications

Example Commands

yarn install to install dependencies.

yarn build to produce a commonjs version with typescript definitions for MusicVAE in the es5/ folder that can then be consumed by others over NPM.

yarn bundle to produce a bundled version in dist/.

yarn run-demo to build and run the demo.

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.1.0

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago