A Blood Glucose data visualization tool.
Last updated Apr 2, 2026
27
Stars
6
Forks
0
Issues
0
Stars/day
Attention Score
12
Topics
Language breakdown
Python 98.9%
Dockerfile 1.1%
▸ Files
click to expand
README
Glucodash
A Blood Glucose data visualization tool.:brain: Features
- Calculates 16 different metrics for Blood Glucose (BG) historical data
- Works with Abbott Freestyle Libre and Dexcom, as well as with Nightscout exports
- Generates beutiful and interactive plots
:mage: Basic usage
:file_folder: 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
:whale: Docker support:
- Install Docker and Docker Compose plugin (Docker compose does not need to be intalled separatelly anymore)
- To build:
# Docker compose now is a plugin, not an external application
docker compose build
- To run:
docker compose up
Images

🔗 More in this category