Skip to content
/ bci_art Public

tools to bridge brain-computer-interface and creative coding - WIP

Notifications You must be signed in to change notification settings

micuat/bci_art

Repository files navigation

BCI Art

Naoto Hieda (2016-2017) micuat@gmail.com

The current repository supports Python 3. For Python2.7, please checkout eda1d498.

Instructions

Install pip dependencies

$ sudo pip install scikit-learn python-osc

Launch Muse-io

$ muse-io --device Muse-XXXX --osc 'osc.udp://localhost:12000'

Launch Python SVM server

$ python -u svm_server.py 12000 12100 13000 14000

Launch Node.js web server

$ cd svm_control_nodejs
$ npm install --save node-osc socket.io express serve-static
$ node server.js 12100 13000 14000 3000

Bash Script

$ ./run.sh XXXX 12000 12100 13000 14000 3000

About

tools to bridge brain-computer-interface and creative coding - WIP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages