Skip to content

KiSa04/Glucodash

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

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

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.9%
  • Dockerfile 1.1%