{"id":49408637,"url":"https://github.com/eegdash/eegdash","last_synced_at":"2026-07-01T22:01:16.974Z","repository":{"id":260133777,"uuid":"859481313","full_name":"eegdash/EEGDash","owner":"eegdash","description":"EEG-DaSh: an open data, tool, and compute resource. a Python library and catalog for 700+ BIDS-first EEG, MEG, fNIRS, EMG, and iEEG datasets, ML-ready via PyTorch","archived":false,"fork":false,"pushed_at":"2026-07-01T13:08:20.000Z","size":297750,"stargazers_count":74,"open_issues_count":47,"forks_count":9,"subscribers_count":7,"default_branch":"develop","last_synced_at":"2026-07-01T15:09:27.081Z","etag":null,"topics":["aws","aws-s3","data-sharing","deep-learning","eeg","eeg-signals","electroencephalography","fair-principles","machine-learning","magnetoencephalography","meg","nemar","neuroinformatics","neuroscience","open-data","openneuro"],"latest_commit_sha":null,"homepage":"http://eegdash.org/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eegdash.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":"codemeta.json","zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-09-18T18:26:46.000Z","updated_at":"2026-07-01T13:08:23.000Z","dependencies_parsed_at":"2026-01-03T03:07:48.814Z","dependency_job_id":null,"html_url":"https://github.com/eegdash/EEGDash","commit_stats":null,"previous_names":["sccn/eeg-dash-data","sccn/eegdash","eegdash/eegdash"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/eegdash/EEGDash","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eegdash%2FEEGDash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eegdash%2FEEGDash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eegdash%2FEEGDash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eegdash%2FEEGDash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eegdash","download_url":"https://codeload.github.com/eegdash/EEGDash/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eegdash%2FEEGDash/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35024365,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-01T02:00:05.325Z","response_time":130,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws","aws-s3","data-sharing","deep-learning","eeg","eeg-signals","electroencephalography","fair-principles","machine-learning","magnetoencephalography","meg","nemar","neuroinformatics","neuroscience","open-data","openneuro"],"created_at":"2026-04-28T23:04:35.898Z","updated_at":"2026-07-01T22:01:16.963Z","avatar_url":"https://github.com/eegdash.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EEG-Dash\n\n[![PyPI version](https://img.shields.io/pypi/v/eegdash)](https://pypi.org/project/eegdash/)\n[![Docs](https://img.shields.io/badge/docs-stable-brightgreen.svg)](https://sccn.github.io/eegdash)\n\n[![License: BSD-3-Clause](https://img.shields.io/badge/License-BSD--3--Clause-blue.svg)](LICENSE)\n[![Python versions](https://img.shields.io/pypi/pyversions/eegdash.svg)](https://pypi.org/project/eegdash/)\n[![Downloads](https://pepy.tech/badge/eegdash)](https://pepy.tech/project/eegdash)\n[![Coverage](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fraw.githubusercontent.com%2Feegdash%2FEEGDash%2Fmain%2Fcoverage.json\u0026query=%24.totals.percent_covered_display\u0026suffix=%25\u0026label=coverage)](https://github.com/eegdash/EEGDash/blob/main/coverage.json)\n\nEEG-DaSh is a data-sharing archive for MEEG (EEG, MEG) recordings contributed by collaborating labs. It preserves publicly funded research data and exposes it in a form that machine learning and deep learning workflows can use directly.\n\n## Data source\n\nThe archive draws on 25 labs and 27,053 participants, with recordings covering both EEG and MEG. Subjects include healthy controls and clinical groups: ADHD, depression, schizophrenia, dementia, autism, and psychosis. Tasks range across sleep, meditation, and cognitive paradigms. EEG-DaSh also pulls in 330 BIDS-formatted MEEG datasets converted from NEMAR.\n\n## Data format\n\nEEGDash queries return a **PyTorch Dataset**. The format plugs directly into PyTorch's `DataLoader` for batching, shuffling, and parallel loading, which matters when training models on large EEG corpora.\n\n## Data preprocessing\n\nEEGDash datasets are [braindecode](https://braindecode.org/stable/index.html) datasets, which are themselves PyTorch datasets. Any preprocessing that works on a braindecode dataset works on an EEGDash dataset. See the braindecode tutorials for the available options.\n\n## EEG-Dash usage\n\n### Install\nRequires Python 3.10 or higher. Use whichever environment manager you prefer.\n\n```bash\npip install eegdash\n```\n\nVerify the install in a Python session:\n\n```python\nfrom eegdash import EEGDash\n```\n\nSee the tutorials at [eegdash.org](https://eegdash.org/) for end-to-end examples.\n\n## Education (coming soon)\n\nWe run workshops and student training events with US and Israeli partners, online and in person. 2025 dates will go out on the EEGLABNEWS mailing list. [Subscribe here](https://sccn.ucsd.edu/mailman/listinfo/eeglabnews).\n\n## About EEG-DaSh\n\nEEG-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. \n\n![Screenshot 2024-10-03 at 09 14 06](https://github.com/user-attachments/assets/327639d3-c3b4-46b1-9335-37803209b0d3)\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feegdash%2Feegdash","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feegdash%2Feegdash","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feegdash%2Feegdash/lists"}