https://github.com/programmatix/brainwave-processor
'Glue code' to allow processing raw EEG data saved from Brainwave-Python server, running YASA on it, and uploading results to Google Cloud Storage
https://github.com/programmatix/brainwave-processor
Last synced: about 1 year ago
JSON representation
'Glue code' to allow processing raw EEG data saved from Brainwave-Python server, running YASA on it, and uploading results to Google Cloud Storage
- Host: GitHub
- URL: https://github.com/programmatix/brainwave-processor
- Owner: programmatix
- Created: 2024-07-13T10:16:11.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-26T14:44:43.000Z (about 1 year ago)
- Last Synced: 2025-05-07T12:19:18.324Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 118 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
To allow using Tensorflow with GPU on Windows, we have to use Python 3.10.
```
conda create --name tf python=3.10.4
conda activate tf
pip install -r requirements.txt
```