Thanks to visit codestin.com
Credit goes to github.com

Skip to content

mihaic/rtcloud

 
 

Repository files navigation

BrainIAK Real-time cloud

Travis Appveyor License

Getting started on client machine

First, install Docker (Mac, Linux, Windows). Then, run

# Sudo may be necessary
docker pull brainiak/rtcloud
docker run -it -p 8888:8888 brainiak/rtcloud
./bin/client/notebook

Getting started on server machine (Ubuntu 16.04)

git clone [email protected]:brainiak/rtcloud.git
./bin/server/install

Setting up cloud formation

aws configure
./bin/cloud/launch

TODO

echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p

Switching AWS regions

  • May need to use custom AMI

Related work

About

Real-time fMRI experiments backed by cloud computing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 44.2%
  • Jupyter Notebook 36.5%
  • Shell 19.3%