Metadata-Version: 2.4
Name: eegdash
Version: 0.5.0.dev174963413
Summary: EEG data for machine learning
Author-email: Young Truong <dt.young112@gmail.com>, Arnaud Delorme <adelorme@ucsd.edu>, Aviv Dotan <avivdot@bgu.post.ac.il>, Oren Shriki <shrikio@bgu.ac.il>, Bruno Aristimunha <b.aristimunha@gmail.com>
License-Expression: BSD-3-Clause
Project-URL: Homepage, https://github.com/sccn/EEG-Dash-Data
Project-URL: Issues, https://github.com/sccn/EEG-Dash-Data/issues
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development
Classifier: Topic :: Scientific/Engineering
Classifier: Development Status :: 3 - Alpha
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: braindecode[hub]>=1.3.2
Requires-Dist: mne_bids>=0.18.0
Requires-Dist: numba
Requires-Dist: requests>=2.25.0
Requires-Dist: s3fs
Requires-Dist: tqdm
Requires-Dist: pymatreader
Requires-Dist: eeglabio
Requires-Dist: tabulate
Requires-Dist: rich
Requires-Dist: pyarrow
Requires-Dist: pandas>=2.0
Requires-Dist: pydantic
Provides-Extra: tests
Requires-Dist: pytest; extra == "tests"
Requires-Dist: pytest-cov; extra == "tests"
Requires-Dist: pytest-sugar; extra == "tests"
Requires-Dist: codecov; extra == "tests"
Requires-Dist: pytest_cases; extra == "tests"
Requires-Dist: pytest-benchmark; extra == "tests"
Requires-Dist: pytest-xdist; extra == "tests"
Provides-Extra: dev
Requires-Dist: pre-commit; extra == "dev"
Requires-Dist: ipykernel; extra == "dev"
Requires-Dist: lightning>=2.0; extra == "dev"
Requires-Dist: torchmetrics>=0.7; extra == "dev"
Requires-Dist: scikit-learn; extra == "dev"
Requires-Dist: tensorboard; extra == "dev"
Provides-Extra: docs
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx_design; extra == "docs"
Requires-Dist: sphinx_gallery; extra == "docs"
Requires-Dist: sphinx_rtd_theme; extra == "docs"
Requires-Dist: pydata-sphinx-theme; extra == "docs"
Requires-Dist: sphinx-autobuild; extra == "docs"
Requires-Dist: sphinx-copybutton; extra == "docs"
Requires-Dist: sphinx-sitemap; extra == "docs"
Requires-Dist: numpydoc; extra == "docs"
Requires-Dist: memory_profiler; extra == "docs"
Requires-Dist: ipython; extra == "docs"
Requires-Dist: lightgbm; extra == "docs"
Requires-Dist: plotly; extra == "docs"
Requires-Dist: nbformat; extra == "docs"
Requires-Dist: graphviz; extra == "docs"
Requires-Dist: neato; extra == "docs"
Requires-Dist: moabb; extra == "docs"
Provides-Extra: digestion
Requires-Dist: pybids; extra == "digestion"
Requires-Dist: gql[requests]; extra == "digestion"
Requires-Dist: requests_toolbelt; extra == "digestion"
Requires-Dist: beautifulsoup4; extra == "digestion"
Requires-Dist: python-dotenv; extra == "digestion"
Requires-Dist: selenium; extra == "digestion"
Requires-Dist: httpx; extra == "digestion"
Requires-Dist: tenacity; extra == "digestion"
Requires-Dist: hishel; extra == "digestion"
Requires-Dist: pydantic>=2; extra == "digestion"
Requires-Dist: PyGithub>=2; extra == "digestion"
Provides-Extra: all
Requires-Dist: eegdash[docs]; extra == "all"
Requires-Dist: eegdash[dev]; extra == "all"
Requires-Dist: eegdash[tests]; extra == "all"
Requires-Dist: eegdash[digestion]; extra == "all"
Dynamic: license-file

# EEG-Dash

[![PyPI version](https://img.shields.io/pypi/v/eegdash)](https://pypi.org/project/eegdash/)
[![Docs](https://img.shields.io/badge/docs-stable-brightgreen.svg)](https://sccn.github.io/eegdash)

[![License: BSD-3-Clause](https://img.shields.io/badge/License-BSD--3--Clause-blue.svg)](LICENSE)
[![Python versions](https://img.shields.io/pypi/pyversions/eegdash.svg)](https://pypi.org/project/eegdash/)
[![Downloads](https://pepy.tech/badge/eegdash)](https://pepy.tech/project/eegdash)
[![Coverage](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fraw.githubusercontent.com%2Feegdash%2FEEGDash%2Fmain%2Fcoverage.json&query=%24.totals.percent_covered_display&suffix=%25&label=coverage)](https://github.com/eegdash/EEGDash/blob/main/coverage.json)

To leverage recent and ongoing advancements in large-scale computational methods and to ensure the preservation of scientific data generated from publicly funded research, the EEG-DaSh data archive will create a data-sharing resource for MEEG (EEG, MEG) data contributed by collaborators for machine learning (ML) and deep learning (DL) applications. 

## Data source

The data in EEG-DaSh originates from a collaboration involving 25 laboratories, encompassing 27,053 participants. This extensive collection includes MEEG data, which is a combination of EEG and MEG signals. The data is sourced from various studies conducted by these labs, involving both healthy subjects and clinical populations with conditions such as ADHD, depression, schizophrenia, dementia, autism, and psychosis. Additionally, data spans different mental states like sleep, meditation, and cognitive tasks. In addition, EEG-DaSh will incorporate a subset of the data converted from NEMAR, which includes 330 MEEG BIDS-formatted datasets, further expanding the archive with well-curated, standardized neuroelectromagnetic data.

## Data format

EEGDash queries return a **Pytorch Dataset** formatted to facilitate machine learning (ML) and deep learning (DL) applications. PyTorch Datasets are the best format for EEGDash queries because they provide an efficient, scalable, and flexible structure for machine learning (ML) and deep learning (DL) applications. They allow seamless integration with PyTorch’s DataLoader, enabling efficient batching, shuffling, and parallel data loading, which is essential for training deep learning models on large EEG datasets.

## Data preprocessing

EEGDash datasets are processed using the popular [braindecode](https://braindecode.org/stable/index.html) library. In fact, EEGDash datasets are braindecode datasets, which are themselves PyTorch datasets. This means that any preprocessing possible on braindecode datasets is also possible on EEGDash datasets. Refer to [braindecode](https://braindecode.org/stable/index.html) tutorials for guidance on preprocessing EEG data.

## EEG-Dash usage

### Install
Use your preferred Python environment manager with Python > 3.10 to install the package.
* To install the eegdash package, use the following command: `pip install eegdash`
* To verify the installation, start a Python session and type: `from eegdash import EEGDash`

Please check our tutorial webpages to explore what you can do with [eegdash](https://eegdash.org/)! 

## Education -- Coming soon...

We organize workshops and educational events to foster cross-cultural education and student training, offering both online and in-person opportunities in collaboration with US and Israeli partners. Events for 2025 will be announced via the EEGLABNEWS mailing list. Be sure to [subscribe](https://sccn.ucsd.edu/mailman/listinfo/eeglabnews).

## About EEG-DaSh

EEG-DaSh is a collaborative initiative between the United States and Israel, supported by the National Science Foundation (NSF). The partnership brings together experts from the Swartz Center for Computational Neuroscience (SCCN) at the University of California San Diego (UCSD) and Ben-Gurion University (BGU) in Israel. 

![Screenshot 2024-10-03 at 09 14 06](https://github.com/user-attachments/assets/327639d3-c3b4-46b1-9335-37803209b0d3)



