EEGUnity is a Python package designed for processing and analyzing large-scale EEG data
efficiently. This guide will walk you through the Usage on Windows, macOS, and Linux.
For more details on the motivation, concepts, and vision behind this project, please refer to the paper EEGUnity: Open-Source Tool in Facilitating Unified EEG Datasets Towards Large-Scale EEG Model
You can view the API Reference and Tutorial through the following link: Click here to view the manual
Ensure you are using Python version 3.6 or higher.
Run the following command to install EEGUnity:
pip install eegunity
Use the following import statement to include the package:
from eegunity import UnifiedDataset
- How to Format Channel Name and Inspect Channel Data: Click here to view the tutorial
- How to Process Data and Export as h5Dataset: Click here to view the tutorial
- How to Read h5Dataset: Click here to view the tutorial
- How to Make Standard Datasets: Click here to view the tutorial