lvareka / basil-ssvep-online

The BASIL BCI project: SSVEP on-line classification
5 stars 2 forks source link

basil-ssvep-online

The BASIL BCI project: SSVEP on-line classification

Structure

Running the classifier

Requires Python 3.7.

To execute:

  1. Directly run run_basil_app.bat to install all dependencies and run the main application.
  2. If all dependencies including this project are installed, go to ./src and execute python main.py.

Quick start

1) Run Psychopy stimulation (Run ./psychopy/ssvep_basil.py). 2) Ensure active EEG LSL stream (such as BASIL stream) is on, and its name corresponds to eeg_stream_name variable in: src/data/config.py