Mind Controller is a tool that uses Brainflow and tiles flashing at different frequencies to manipulate brainwaves via SSVEP (Steady State Visually Evoked Potential).
Naturally, you should have an EEG and a code editor. First, clone this repository into your code editor.
Run the following code in a Git Bash terminal:
pip install pygame
pip install brainflow
python SSVEP_tiles.py
python python_package/brainflow/frequency_key_trigger.py
Now you're set!
Creator: winterath