Simple p300 speller using Emotiv Epoc X
You need get access to Emotiv Cortex API
cd p300 && pipenv install
cp .env.sample .env
# put Cortex tokens in .env
vim .env
python main.py
- Start training:
t
- Start prediction:
p
- Stop :
s
Simple p300 speller using Emotiv Epoc X
You need get access to Emotiv Cortex API
cd p300 && pipenv install
cp .env.sample .env
# put Cortex tokens in .env
vim .env
python main.py
t
p
s