Semiautomatic framework for preprocessing EEG data
Project description
eeg-preprocessing
A semiautomatic framework for preprocessing EEG data.
Setup
Clone the repository and setup a conda environment:
$ git clone https://github.com/weiglszonja/eeg-preprocessing.git
$ conda env create -f eeg-preprocessing/make_conda_env.yml
$ source activate eeg_preprocessing
Alternatively, install into an existing environment:
$ pip install eeg_preprocessing
Usage
If you cloned the repository, there is a jupyter notebook with a pipeline setup that can be used for preprocessing data:
$ jupyter notebook notebooks/run_preprocessing.ipynb
Or you can import the methods into your own project and setup the pipeline for your own needs:
from eeg_preprocessing import preprocessing
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.