Skip to content

SheepTAO/dpeeg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

banner

PyPI Version DOI Documentation Status PyPI - License Code style: black

dpeeg provides a complete workflow for deep learning decoding EEG tasks, including basic datasets (datasets can be easily customized), basic network models, model training, rich experiments, and detailed experimental result storage.

Installation

  1. Create a new virtual environment named "dpeeg" with Python >= 3.10 using Anaconda3 and activate it:
conda create --name dpeeg python
conda activate dpeeg
  1. dpeeg depends on Pytorch. Please refer to the corresponding official website for installation.

  2. Complete the installation via pip:

pip install dpeeg

How to cite

If you would like to cite dpeeg you can do so using our Zenodo deposit.