Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/clemmy/amusement
- Owner: clemmy
- Created: 2015-03-29T01:36:37.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-07T02:36:37.000Z (almost 10 years ago)
- Last Synced: 2024-06-14T21:00:58.843Z (7 months ago)
- Language: ApacheConf
- Homepage:
- Size: 230 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/wwwNow 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)