A Blood Glucose data visualization tool.
- 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
📁 Clone the repository and open it.
https://github.com/solanovisitor/Glucodash.git
pip install -r requirements.txt
streamlit run app.py
- 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