Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/okbalefthanded/bci-baseline

Brain-Computer Interface EEG based data feature extraction and classification algorithms
https://github.com/okbalefthanded/bci-baseline

baseline bci brain-computer-interface classification eeg feature-extraction machine-learning

Last synced: 5 days ago
JSON representation

Brain-Computer Interface EEG based data feature extraction and classification algorithms

Awesome Lists containing this project

README

        

# BCI-Baseline

Brain-Computer Interface (BCI) specific methods for feature extraction and classification in a single repo implemented following [Scikit-learn API](https://scikit-learn.org/stable/modules/classes.html)

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