Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 620 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 620 Bytes

BCI-Baseline

Brain-Computer Interface (BCI) specific methods for feature extraction and classification in a single repo implemented following Scikit-learn API

Motivation

BCI methods are usually developed in MATLAB or added to biosignals processing toolboxes, here we provied a simple an easy implementation of those methods in a unified API.

Installation

pip install git+https://github.com/okbalefthanded/BCI-Baseline.git

Usage

follow demo notebooks

Contribution

Pull requests are always welcome, follow contribution guidelines.