项目作者: okbalefthanded

项目描述 :
Brain-Computer Interface EEG based data feature extraction and classification algorithms
高级语言: Python
项目地址: git://github.com/okbalefthanded/BCI-Baseline.git
创建时间: 2020-04-22T01:43:17Z
项目社区:https://github.com/okbalefthanded/BCI-Baseline

开源协议:GNU Lesser General Public License v3.0

下载


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

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

Usage

follow demo notebooks

Contribution

Pull requests are always welcome, follow contribution guidelines.