Skip to content

Repository for Oura Ring related Data Science exploration tooling

Notifications You must be signed in to change notification settings

crystoll/oura-ring

Repository files navigation

Exploring the Oura Ring Data

Getting and understanding the data

Prerequisites: Howto setup Jupyter notebook for WSL2 (pyenv, pip)

Command line: Choose the python env you wish to use, then:

pyenv install 3.10.0
pyenv virtualenv 3.10.0 jupyters
pyenv local jupyters
python -m pip install jupyterlab  (or pip install jupyterlab)
python -m jupyterlab --no-browser (or jupyter-lab --no-browser)

optional: pip install pandas mlplot

If you're not using pyenv, can skip the first three steps.

What do we have here?

oura.ipynb - example of loading the Oura data and plotting it oura-correlations.ipynb - three ways to visualize correlations within Oura ring data

About

Repository for Oura Ring related Data Science exploration tooling

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages