Marjorie is a web-based approach to visualize and explore patterns in type 1 diabetes data.
- Start the docker container:
docker-compose up
- Open http://localhost:8050/ in your browser
We have developed and tested with python3.8
- Optional: Virtual Environment
a. Create a virtual environment:python -m venv env
b. Activate it:source env/bin/activate
- Install the dependencies:
python -m pip install -r requirements.txt
- Run the app
python index.py
- The app is available at http://localhost:8050/