https://github.com/programmatix/brainwave-epoch
Another project in the Brainwave suite of EEG data analysis. This allows epoch-by-epoch analysis of EEG data, with a focus on sleep
https://github.com/programmatix/brainwave-epoch
Last synced: about 1 year ago
JSON representation
Another project in the Brainwave suite of EEG data analysis. This allows epoch-by-epoch analysis of EEG data, with a focus on sleep
- Host: GitHub
- URL: https://github.com/programmatix/brainwave-epoch
- Owner: programmatix
- License: mit
- Created: 2024-09-01T10:04:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-02T07:40:44.000Z (about 1 year ago)
- Last Synced: 2025-05-07T12:19:18.336Z (about 1 year ago)
- Language: TypeScript
- Size: 3.08 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Brainwave Epoch
Another project in the Brainwave suite of EEG data analysis.
This allows epoch-by-epoch analysis of EEG data, with a focus on sleep and partcularly analysis YASA sleep scoring.
It supports loading data in EDF format.
It is a desktop application using NW.js and React.
## Getting Started
```
npm install
npm run dev
```