Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)