/personal_health

Primary LanguageJupyter NotebookApache License 2.0Apache-2.0

Comparing Oura Personal Health Data Over The Years

Read more about this project here.

Note that this is still WIP 🚧 and thus only sparsely documented. Please open an issue or discussion here.

Right now, the code hear can create plots like this based on data from an Oura ring:

Setup

Personal access token

To access your Oura data programmatically, you will need a personal access token. My code assumes that your token in a .env file in the base directory of this repository which looks like this:

OURA_PERSONAL_ACCESS_TOKEN=ABCDEFGHIJKLMNOPQRSTUVWXYZ

Development setup

To install dependencies, run:

poetry install --no-root
pip install lightning==1.8.3.post1 torch==1.13.0

This project uses pre-commit which, once you have it installed, can be configured as follows:

pre-commit install