An open API service indexing awesome lists of open source software.

https://github.com/solanovisitor/glucodash

A Blood Glucose data visualization tool.
https://github.com/solanovisitor/glucodash

blood-glucose cgm cgm-remote-monitor diabetes health matplotlib pandas plotly python streamlit

Last synced: 9 months ago
JSON representation

A Blood Glucose data visualization tool.

Awesome Lists containing this project

README

          

# Glucodash
A Blood Glucose data visualization tool.

## :brain: 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

## :mage: Basic usage
**:file_folder: Clone the repository and open it.**
```bash
git clone https://github.com/solanovisitor/Glucodash.git
cd Glucodash
```
#### Install requirements:
```bash
pip install -r requirements.txt
```
#### Run the app:
```bash
streamlit run app.py
```

#### :whale: Docker support:
1. Install Docker and Docker Compose plugin (Docker compose does not need to be intalled separatelly anymore)
2. To build:
```bash
# Docker compose now is a plugin, not an external application
docker compose build
```
2. To run:
```bash
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