Skip to content

KN-Neuron/NeuroSpeller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NeuroSpeller

SSVEP-based BCI speller

Requirements

  • Python 3.11 or higher
  • Poetry

Installation

  1. Clone the repository
  2. Install the dependencies using Poetry
poetry install 

For working with Experiment App use app group dependencies as well:

poetry install --with app
cd experiment

For working with Data & ML use data group dependencies:

poetry install --with data
cd data

🧠 Architecture

  • 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.

About

SSVEP-based BCI speller

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published