Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/clemmy/amusement

HackWestern 2015 Winner - Muse hack that plays music corresponding with a user's concentration level.
https://github.com/clemmy/amusement

Last synced: 23 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](http://challengepost.com/software/amusement-um9im).

## 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:

- a Muse headband and the [Developer kit](http://www.choosemuse.com/developer-kit/) (Particularly MuseIO)