An open API service indexing awesome lists of open source software.

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

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
```