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.
- Host: GitHub
- URL: https://github.com/solanovisitor/glucodash
- Owner: solanovisitor
- License: mit
- Created: 2022-04-11T21:09:40.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-22T20:01:14.000Z (almost 4 years ago)
- Last Synced: 2023-04-25T21:44:08.830Z (about 3 years ago)
- Topics: blood-glucose, cgm, cgm-remote-monitor, diabetes, health, matplotlib, pandas, plotly, python, streamlit
- Language: Python
- Homepage:
- Size: 92.8 KB
- Stars: 16
- Watchers: 6
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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