{"id":27943820,"url":"https://github.com/programmatix/brainwave-python","last_synced_at":"2025-08-31T19:44:11.529Z","repository":{"id":262795716,"uuid":"827484063","full_name":"programmatix/Brainwave-Python","owner":"programmatix","description":"An electroencephalography (EEG) data capture and processing server","archived":false,"fork":false,"pushed_at":"2025-01-23T16:18:39.000Z","size":142,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-07T12:19:18.315Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/programmatix.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2024-07-11T18:28:30.000Z","updated_at":"2025-01-23T16:18:42.000Z","dependencies_parsed_at":"2024-11-14T10:46:30.569Z","dependency_job_id":null,"html_url":"https://github.com/programmatix/Brainwave-Python","commit_stats":null,"previous_names":["programmatix/brainwave-python"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/programmatix%2FBrainwave-Python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/programmatix%2FBrainwave-Python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/programmatix%2FBrainwave-Python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/programmatix%2FBrainwave-Python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/programmatix","download_url":"https://codeload.github.com/programmatix/Brainwave-Python/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252873881,"owners_count":21817715,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2025-05-07T12:19:22.524Z","updated_at":"2025-05-07T12:19:24.019Z","avatar_url":"https://github.com/programmatix.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Brainwave\nAn electroencephalography (EEG) data processing and visualisation tool, using Python.\n\nConnects to your EEG device, streams the EEG data, performs some processing, and outputs the results to websocket clients for visualisation.\n\nThat visualiser (not currently included in this repo) could display something like the following (dummy synthetic data is used here):\n![Brainwave Visualization](screenshot1.png \"Brainwave Visualization\")\n\nThe processing includes:\n* Bandpass \u0026 bandstop filters to filter to interesting brainwave frequencies and remove e.g. 50Hz/60Hz electrical noise.\n* FFT analysis.\n* Band power analysis (delta, theta, alpha, beta, gamma).\n* A cheap blink test that just looks for high amplitude signals, so that epoch can be discarded.\n\nAny board supported by the Brainflow library is supported, including OpenBCI Cyton and Neurosity Crown (these two have been tested, but others should work).\n\n## Running\nClone the project then:\n```\npip install -r requirements.txt\n\n# With synthetic data\npython main.py --board_id -1 --channels F3 T4\n\n# With OpenBCI Cyton \npython main.py --board_id 0 --channels F3 T4\n\n# With Neurosity Crown \npython main.py --board_id 23 --channels C3 C4 CP3 CP4 F5 F6 PO3 PO4\n```\n\nReplace with your Brainflow board id (using the synthetic board in the example above), and the names of the EEG channels.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprogrammatix%2Fbrainwave-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprogrammatix%2Fbrainwave-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprogrammatix%2Fbrainwave-python/lists"}