Giter Site home page Giter Site logo

hackweek's Introduction

HackWeek

Thoughts, experiments, code, fun

RNN Music Engine

Terraforming Earth exports music parameters every second to $SAVE_DIR/music.json, serve this over a simple HTTP server, along with the music-rnn directory. The save dir can be found by this doc. On macOS it's "$HOME/Library/Application Support/LOVE/Terraforming-Earth" if running in dev mode, and "$HOME/Library/Application Support/Terraforming-Earth" if running the production build.

HOME=~
SAVE_DIR="$HOME/Library/Application Support/LOVE/Terraforming-Earth"
REPO_DIR=$(pwd)
ln -s "$REPO_DIR/music-rnn" "$SAVE_DIR/genmusic"
cd "$SAVE_DIR"
python -m SimpleHTTPServer &
open http://localhost:8000/genmusic

Sometimes the simple HTTP server doesn't fetch the fresh music.json or something. If the music engine doesn't react to the game, open music.json in your browser.

open http://localhost:8000/music.json

MusicVAE UI

You can find a quick fork of https://teampieshop.github.io/latent-loops/ to explore MusicVAE's abilities interpolating between melodies with a nice ui. Go to Readme for setup instructions.

Generator

Headless VAE based melody interpolator, based on this. To be used with the video-background-music generator app. To test: launch local server and open index.html

hackweek's People

Contributors

andrascsibi avatar stc avatar daralthus avatar phraktle avatar

Watchers

 avatar  avatar  avatar James Cloos avatar Brigitta Forrai avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.