/amusement

HackWestern 2015 Winner - Muse hack that plays music corresponding with a user's concentration level.

Primary LanguageApacheConf

amusement

Born at HackWestern 2015, aMUSEment is a proof-of-concept that aims to keep the user's head in a calm and composed state by analyzing their EEG activity using the Muse and playing music from Spotify playlists correspondingly. It is the winner of the Muse sponsor prize, and it can be found on Challengepost.

Building & Running

  1. git clone https://github.com/Clemmy/amusement.git
  2. cd amusement && npm install
  3. cd public && npm install && bower install
  4. muse-io --preset 14 --device "Muse-485D" --osc osc.udp://localhost:5000 --dsp
  5. grunt build (Optional, depending on if you point to dist in config/routes.js)
  6. node ../bin/www

Now it's live on 127.0.0.1:3000!

Things you will need: