This demo represents a brain model. The user is able to annotate the brain.
Original repo: plotly/dash-brain-surface-viewer
(The following instructions apply to Posix/bash. Windows users should check here.)
First, clone this repository and open a terminal inside the root folder.
Create and activate a new virtual environment (recommended) by running the following:
python3 -m venv myvenv
source myvenv/bin/activate
Install the requirements:
pip install -r requirements.txt
Run the app:
python app.py
Open a browser at http://127.0.0.1:8050
- ACE Lab at McGill for the brain data and inspiration from their excellent brain Surface Viewer
- Julia Huntenburg for figuring out how to read MNI objects in Python
- E. Petrisor for her extensive exploration in Python with Plotly.js meshes