Documentation

Setup, usage guide, and API reference for the BCI Classifier system.

Getting Started

Installation

# Clone repository
git clone https://github.com/Shaheer2492/BCI-Classifer.git
cd BCI-Classifer

# Create environment
python -m venv venv
source venv/bin/activate

# Install dependencies
pip install -r requirements.txt

Key Scripts

API Reference

PhysionetMIGroundTruthGenerator

Main class for generating ground truth labels.

EarlyTrialFeatureExtractor

Extracts features from subsets of data.

Troubleshooting