Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/boyuan99/eeg-visualizer
A EEG visualizer implemented by Flask & Bokeh server
https://github.com/boyuan99/eeg-visualizer
bokeh-server flask python visualization
Last synced: 2 months ago
JSON representation
A EEG visualizer implemented by Flask & Bokeh server
- Host: GitHub
- URL: https://github.com/boyuan99/eeg-visualizer
- Owner: boyuan99
- Created: 2022-08-02T23:17:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-12T20:55:16.000Z (7 months ago)
- Last Synced: 2024-06-14T02:59:51.667Z (7 months ago)
- Topics: bokeh-server, flask, python, visualization
- Language: Python
- Homepage:
- Size: 66.4 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EEG-Visualizer
This is a EEG (especially SEEG) signal visualizer tool based on [Flask](https://flask.palletsprojects.com/en/2.2.x/) & [Bokeh Server](https://docs.bokeh.org/en/latest/docs/user_guide/server.html).
SEEG signals often have **multiple channels**, **high sampling frequencies**, and **extended recording periods**, resulting in a large computational drain on the computer. In this visualization tool, we can focus on the exact part of the signal you are observing, so that computational resources can only process that part, thus shortening the loading and processing process.
## Setting Up & Run
The following command will install the packages according to the configuration file `requirements.txt`.
```bash
pip install -r requirements.txt
```To use the server, run:
```bash
python app.py
```For more Instructions, please go to [Intro to EEG Visualizer](https://boyuan.io/research/EEG_Visualizer/html/index.html).
## Demo data
Demo data in the **EEG Visualizer** comes from the SEEG data for the results in "[BrainQuake](https://github.com/HongLabTHU/BrainQuake): an open-source Python toolbox for Stereo-EEG analysis“.
https://zenodo.org/record/5675459#.YySZ3uzMK3Y