Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/divital-coder/brain_atlas
A visualizer for Medical imaging data.
https://github.com/divital-coder/brain_atlas
Last synced: about 1 month ago
JSON representation
A visualizer for Medical imaging data.
- Host: GitHub
- URL: https://github.com/divital-coder/brain_atlas
- Owner: divital-coder
- Created: 2024-08-28T12:50:04.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-28T20:17:30.000Z (4 months ago)
- Last Synced: 2024-08-29T14:18:02.578Z (4 months ago)
- Language: Python
- Size: 10.1 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dash Brain Viewer
## About this app
This demo represents a brain model. The user is able to annotate the brain.
## How to run this app
(The following instructions apply to Posix/bash. Windows users should check
[here](https://docs.python.org/3/library/venv.html).)First, clone this repository and open a terminal inside the root folder.
Create and activate a new virtual environment (recommended) by running
the following:```bash
python3 -m venv myvenv
source myvenv/bin/activate
```Install the requirements:
```bash
pip install -r requirements.txt
```
Run the app:```bash
python app.py
```
Open a browser at http://127.0.0.1:8050## Screenshots
![brain.png](brain.png)
## Pitch Deck
[Link](https://stdntpartners-my.sharepoint.com/:p:/g/personal/rohit_dadgal_studentambassadors_com/EVO6N4pvqJZHnzQ6v-KxAhoB0BYPtWZ3zwomQmLmn713_Q?e=bfYdS3)