solanovisitor / Glucodash

A Blood Glucose data visualization tool.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Glucodash

A Blood Glucose data visualization tool.

🧠 Features

  1. Calculates 16 different metrics for Blood Glucose (BG) historical data
  2. Works with Abbott Freestyle Libre and Dexcom, as well as with Nightscout exports
  3. Generates beutiful and interactive plots

🧙 Basic usage

📁 Clone the repository and open it.

git clone https://github.com/solanovisitor/Glucodash.git
cd Glucodash

Install requirements:

pip install -r requirements.txt

Run the app:

streamlit run app.py

🐳 Docker support:

  1. Install Docker and Docker Compose plugin (Docker compose does not need to be intalled separatelly anymore)
  2. To build:
# Docker compose now is a plugin, not an external application
docker compose build
  1. To run:
docker compose up

Images

Screen Shot 2022-06-28 at 15 27 35

Screen Shot 2022-06-28 at 16 10 35

Screen Shot 2022-06-28 at 16 10 47

Screen Shot 2022-06-28 at 16 10 58

About

A Blood Glucose data visualization tool.

License:MIT License


Languages

Language:Python 98.9%Language:Dockerfile 1.1%