Skip to content

data04190/Brain-Machine_Interface_System

Repository files navigation

Mind Pong

system : EEG -> decoder (server) -> Pong

EEG

  • OpenBCI, CYTON_DAISY board connected with serial port

decoder

  • preprocessing with mne package, inference with pytorch

Pong

install

git clone https://github.com/4NBrain/pong.git

cd pong

pip install -r requirements.txt

settings

app is controlled by config.json

make sure proper serial_port (eg.: "COM4") before running src/run_eeg.py

run

running decoder

  • python src/run_decoder.py

running pong app

  • python src/run_app.py

running eeg app

  • python src/run_eeg.py

About

뇌-기계 인터페이스 시스템 연구개발 : 인간 뇌파 마인드퐁(MindPong)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors