Building and analyzing biosignal acquisition tools, with an emphasis on EMG and EEG.
- Project Charter: PROJECT_CHARTER.md
- Roadmap: ROADMAP.md
- How to contribute: CONTRIBUTING.md
- Decisions log: DECISIONS.md
- Work starts as an Issue.
- Issues are assigned to an owner.
- Work happens on a branch per issue.
- PR must link the issue (
Fixes #123). - PR must pass CI + review before merge.
docs/meetings/meeting notesdocs/experiments/experiment tracking + resultsdocs/datasets/dataset cards + collection notesdocs/hardware/hardware specs + BOMdocs/REFERENCE/source reference docs and media assets (e.g.,Ergo Charter.docx,Ergo Development.xlsx,Ergo_Icon.png,Ergo_Team.JPG)src/implementation (create as needed)scripts/utilities (create as needed)
Fill these in once you have the first runnable artifact.
# e.g. python -m venv .venv && source .venv/bin/activate# e.g. python -m src.main --help# e.g. pytest