Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/googlecreativelab/beat-blender
Blend beats using machine learning to create music in a fun new way.
https://github.com/googlecreativelab/beat-blender
deeplearnjs javascript machine-learning music tensorflow vae
Last synced: 9 days ago
JSON representation
Blend beats using machine learning to create music in a fun new way.
- Host: GitHub
- URL: https://github.com/googlecreativelab/beat-blender
- Owner: googlecreativelab
- License: apache-2.0
- Archived: true
- Created: 2018-03-22T01:45:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-03-27T22:01:39.000Z (over 6 years ago)
- Last Synced: 2024-08-01T13:34:17.286Z (3 months ago)
- Topics: deeplearnjs, javascript, machine-learning, music, tensorflow, vae
- Language: JavaScript
- Homepage: http://g.co/beatblender
- Size: 16.1 MB
- Stars: 189
- Watchers: 17
- Forks: 43
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Beat Blender
### Blend beats using machine learning to create music in a fun new way. [g.co/beatblender](https://g.co/beatblender)Built using [deeplearn.js](https://deeplearnjs.org) and [MusicVAE](https://github.com/tensorflow/magenta/tree/master/magenta/models/music_vae).
![Beat Blender](./assets/images/screenshot.jpg)
## Usage
Beat Blender requires the [GCloud SDK](https://cloud.google.com/sdk/downloads) for running the server and [node + npm](http://nodejs.org) for javascript development.
1. Run `npm install` to install all of the dependencies of this project.
2. Run `npm start` to begin all file-watchers and to initialize the server on port `8080`
3. Open `http://localhost:8080`## Easter eggs
You have added a few query-strings that you can play with, you can load a different model for MusicVAE using `checkpoint=url` or a custom model for generating new beats with `samplerCheckpoint=url`## Contributors
Made by [Kyle Phillips](http://haptic-data.com) and [Torin Blankensmith](http://torinblankensmith.com) with friends at the Google Creative Lab in collaboration with [Adam Roberts](https://github.com/adarob) and the Magenta team.This is not an officially supported Google product.
## License
Copyright 2017 Google Inc.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
## Final Thoughts
We encourage open sourcing projects as a way of learning from each other. Please respect our and other creators’ rights, including copyright and trademark rights when present, when sharing these works and creating derivative work.If you want more info on Google's policy, you can find that [here](https://www.google.com/policies/).