SSVEP-based BCI speller
- Python 3.11 or higher
- Poetry
- Clone the repository
- Install the dependencies using Poetry
poetry install For working with Experiment App use app group dependencies as well:
poetry install --with app
cd experimentFor working with Data & ML use data group dependencies:
poetry install --with data
cd data- Experiment App: High-precision visual stimulation and real-time data streaming.
poetry run python experiment/main.py- Data & ML: EEG data offline analysis with preprocessing and classification.