{"id":50107035,"url":"https://github.com/warptengood/eeg_annotator","last_synced_at":"2026-05-23T11:06:51.938Z","repository":{"id":338404675,"uuid":"1131623505","full_name":"warptengood/eeg_annotator","owner":"warptengood","description":"Desktop EEG annotation tool for neurophysiologists. View, analyze, and annotate EDF files with lazy-loaded rendering and low memory footprint.","archived":false,"fork":false,"pushed_at":"2026-05-23T09:25:12.000Z","size":7616,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-23T09:30:20.928Z","etag":null,"topics":["annotation-tool","brain","desktop-app","edf","eeg","eeg-analysis","eeg-viewer","medical","neurophysiology","neuroscience","pyqt6","pyqtgraph","python","signal-processing"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/warptengood.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-10T11:33:53.000Z","updated_at":"2026-05-23T09:25:07.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/warptengood/eeg_annotator","commit_stats":null,"previous_names":["kenesyerassyl/eeg_annotator","warptengood/eeg_annotator"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/warptengood/eeg_annotator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/warptengood%2Feeg_annotator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/warptengood%2Feeg_annotator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/warptengood%2Feeg_annotator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/warptengood%2Feeg_annotator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/warptengood","download_url":"https://codeload.github.com/warptengood/eeg_annotator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/warptengood%2Feeg_annotator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33392827,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-23T04:15:53.637Z","status":"ssl_error","status_checked_at":"2026-05-23T04:15:53.242Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["annotation-tool","brain","desktop-app","edf","eeg","eeg-analysis","eeg-viewer","medical","neurophysiology","neuroscience","pyqt6","pyqtgraph","python","signal-processing"],"created_at":"2026-05-23T11:06:51.320Z","updated_at":"2026-05-23T11:06:51.923Z","avatar_url":"https://github.com/warptengood.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ziyatron EEG Annotator\n\n**Clinical-grade EEG annotation for neurophysiologists — fast, free, and runs on any laptop.**\n\n![Python 3.10+](https://img.shields.io/badge/Python-3.10%2B-blue?logo=python\u0026logoColor=white)\n![PyQt6](https://img.shields.io/badge/GUI-PyQt6-41cd52?logo=qt\u0026logoColor=white)\n![License: GPL-3.0](https://img.shields.io/badge/License-GPL--3.0-red)\n![Platform](https://img.shields.io/badge/Platform-Windows%20%7C%20macOS-lightgrey)\n![Downloads](https://img.shields.io/github/downloads/warptengood/eeg_annotator/total?color=brightgreen)\n\n![Multiple annotations on EEG recording](docs/screenshots/08_multiple_annotations.png)\n\nLoad any EDF file, navigate the trace, and mark regions with 49 clinical labels — all without a hospital workstation. Streams data on demand so 100 MB+ files open in seconds and use under 50 MB of RAM.\n\n---\n\n## Download\n\n\u003e **No installation required — just unzip and run.**\n\n**[Download the latest release](https://github.com/warptengood/eeg_annotator/releases/latest)** — pre-built executables for Windows and macOS.\n\n---\n\n## Features\n\n**Viewing**\n- Load EDF / EDF+ files of any size (tested up to 1 GB+)\n- Bipolar Double Banana, Bipolar Transverse, and Average montages\n- Adjustable scale (1–1000 µV/mm), high-pass / low-pass filtering\n- Smooth pan with A/D keys or mouse drag; zoom with scroll wheel\n- Jump to any time with the Goto field\n\n**Annotation**\n- Draw rectangles across any time range and channel selection\n- 49 pre-defined clinical labels (SEIZ, ARTF, AR, MUSC, EYBL, …)\n- Move, resize, copy/paste, and delete annotations\n- Ctrl+Z undo\n\n![Drawing an annotation](docs/screenshots/03_drawing_mode.gif)\n\n**File I/O**\n- Annotations auto-save as CSV next to the EDF file\n- Auto-loads existing annotation file on open\n- One CSV per montage; backward-compatible with v1.0\n\n---\n\n## User Manual\n\nFull usage instructions, keyboard shortcuts, and label reference: **[MANUAL.md](MANUAL.md)**\n\n---\n\n## Quick Start (from source)\n\n```bash\ngit clone https://github.com/warptengood/eeg_annotator.git\ncd eeg_annotator\nuv sync\npython main.py\n```\n\n\u003e Always run `python main.py` from the project root — not `python src/main.py`.\n\n---\n\n## Built With\n\n- [MNE-Python](https://mne.tools/) — EEG data I/O\n- [PyQt6](https://www.riverbankcomputing.com/software/pyqt/) — GUI framework\n- [PyQtGraph](https://www.pyqtgraph.org/) — high-performance time-series rendering\n\n---\n\n## Contributing\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md) for dev setup, architecture, and how to add montages or labels.\n\n---\n\n## Support\n\n- Bug reports \u0026 feature requests: [GitHub Issues](https://github.com/warptengood/eeg_annotator/issues)\n- Email: kenesyerassyl@gmail.com\n\n---\n\n## Author \u0026 License\n\n**Ziyatron EEG Annotator** is created and maintained by **Kenes Yerassyl**.\n\n- Original repository: [github.com/warptengood/eeg_annotator](https://github.com/warptengood/eeg_annotator)\n- Contact: kenesyerassyl@gmail.com\n\nThis project is licensed under the **GNU General Public License v3.0** — see [LICENSE](LICENSE) for details.\n\nCopyright © 2024–2026 Kenes Yerassyl. All source files carry the full GPL-3.0 copyright header.\n\nIf you encounter a copy of this software without proper attribution, it is in violation of the license terms.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwarptengood%2Feeg_annotator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwarptengood%2Feeg_annotator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwarptengood%2Feeg_annotator/lists"}