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

https://github.com/jku-vds-lab/marjorie

Marjorie is a web-based approach to visualize and explore patterns in type 1 diabetes data.
https://github.com/jku-vds-lab/marjorie

data-analysis diabetes pattern-recognition visualization

Last synced: 7 months ago
JSON representation

Marjorie is a web-based approach to visualize and explore patterns in type 1 diabetes data.

Awesome Lists containing this project

README

          

# Marjorie

Marjorie is a web-based approach to visualize and explore patterns in type 1 diabetes data.

## Local Setup
### Docker

1. Start the docker container: `docker-compose up`
2. Open http://localhost:8050/ in your browser

### Python

We have developed and tested with python3.8

1. Optional: Virtual Environment
a. Create a virtual environment: `python -m venv env`
b. Activate it: `source env/bin/activate`
3. Install the dependencies: `python -m pip install -r requirements.txt`
4. Run the app `python index.py`
5. The app is available at http://localhost:8050/