Skip to content

BrainFlow is a library intended to obtain, parse and analyze EEG, EMG, ECG and other kinds of data from biosensors

License

Notifications You must be signed in to change notification settings

brainflow-dev/brainflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

All changes should be validated locally before pushing to this branch.

Setup Docker Container For Development

cd brainflow
git checkout gh-pages
sudo docker build -t brainflow-site $PWD
sudo docker run -d -p 4000:4000 --name brainflow-site -v $PWD:/srv/jekyll brainflow-site
# open http://0.0.0.0:4000/ to check website
# each time you change config file restart container
sudo docker restart brainflow-site