Skip to content

entorb/analyze-oura

Repository files navigation

Download and analyze your Oura ring data

Setup

Run

  • config.toml
    • set the start date of the data to download
  • fetch.py
    • download your Oura data to data/
  • report.py
    • analyze your data
    • generate static reports
    • correlation of SleepStart and SleepDuration on various parameters
    • output as chart (dir plot/) and text file (sleep_report.txt)
  • app.py
    • interactive visualization
    • start via
    • streamlit run src/app