https://github.com/matthiaskoenig/hacking_health
https://github.com/matthiaskoenig/hacking_health
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/matthiaskoenig/hacking_health
- Owner: matthiaskoenig
- Created: 2017-12-01T22:28:27.000Z (over 7 years ago)
- Default Branch: develop
- Last Pushed: 2019-02-12T17:39:09.000Z (over 6 years ago)
- Last Synced: 2025-01-04T20:25:20.397Z (5 months ago)
- Language: HTML
- Homepage: http://www.gluconamics.de
- Size: 5.8 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hacking Health
[](https://badge.fury.io/gh/matthiaskoenig%2Fhacking_health)
Matthias König
## Overview
Implementation of glucose-insulin recommendation engine based on insulin-glucose monitoring in saliva.
http://hacking-health.org/berlin/
## Installation
Setup virtual environment
```
mkvirtualenv hackhealth --python=python3
(hackhealth) pip install -r requirements.txt(hackhealth) python -m ipykernel install --user --name=hackhealth
```----
© 2017-2018 Matthias König.