Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/magenta/magenta-js
Magenta.js: Music and Art Generation with Machine Learning in the browser
https://github.com/magenta/magenta-js
Last synced: 20 days ago
JSON representation
Magenta.js: Music and Art Generation with Machine Learning in the browser
- Host: GitHub
- URL: https://github.com/magenta/magenta-js
- Owner: magenta
- License: apache-2.0
- Created: 2018-03-26T20:02:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-26T22:03:18.000Z (7 months ago)
- Last Synced: 2024-04-14T14:42:07.197Z (7 months ago)
- Language: TypeScript
- Homepage: https://magenta.tensorflow.org
- Size: 174 MB
- Stars: 1,932
- Watchers: 62
- Forks: 309
- Open Issues: 100
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
- awesome - magenta-js - Magenta.js: Music and Art Generation with Machine Intelligence in the Browser (TypeScript)
- awesome-ai-music-generation - Magenta.js
README
[![Build Status](https://travis-ci.org/magenta/magenta-js.svg?branch=master)](https://travis-ci.org/magenta/magenta-js)
**Magenta.js** is a collection of TypeScript libraries for doing inference with pre-trained Magenta models.
All libraries are published as [npm packages](https://www.npmjs.com/search?q=%40magenta).
More information and example applications can be found at [g.co/magenta/js](https://g.co/magenta/js).Complete documentation is available at [https://magenta.github.io/magenta-js](https://magenta.github.io/magenta-js).
Learn more about the Magenta project on our [blog](https://magenta.tensorflow.org) and [main Magenta repo](https://github.com/tensorflow/magenta).
## Libraries
* [music](music): Contains [TensorFlow.js](https://js.tensorflow.org) implementations and support libraries for Magenta's musical note-based models including MusicVAE, MelodyRNN, DrumsRNN, PerformanceRNN, and ImprovRNN. [![npm version](https://badge.fury.io/js/%40magenta%2Fmusic.svg)](https://badge.fury.io/js/%40magenta%2Fmusic)
* [sketch](sketch): Contains [TensorFlow.js](https://js.tensorflow.org) implementations and support libraries for Magenta's sketch models including [SketchRNN](https://goo.gl/magenta/sketchrnn). [![npm version](https://badge.fury.io/js/%40magenta%2Fsketch.svg)](https://badge.fury.io/js/%40magenta%2Fsketch)
* [image](image): Contains [TensorFlow.js](https://js.tensorflow.org) implementations and support libraries for Magenta's image models including [Arbitrary Style Transfer](https://github.com/tensorflow/magenta/tree/master/magenta/models/arbitrary_image_stylization). [![npm version](https://badge.fury.io/js/%40magenta%2Fimage.svg)](https://badge.fury.io/js/%40magenta%2Fimage)