Metadata-Version: 2.1
Name: dpeeg
Version: 0.2.7
Summary: Deep learning with EEG
Home-page: https://github.com/SheepTAO/dpeeg
Author: SheepTAO
Author-email: sheeptao@outlook.com
License: MIT
Platform: all
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Description-Content-Type: text/markdown
License-File: LICENSE

# dpeeg

Dpeeg provides a complete workflow for deep learning decoding EEG tasks, including basic datasets (datasets 
can be easily customized), basic network models, model training, and detailed training results storage methods.

Each module in dpeeg is decoupled as much as possible to facilitate the use of separate modules. 

# Usage

```Shell
pip install dpeeg
```
