pip install -r requirements.txt
- requires a personal access token, obtained from https://cloud.ouraring.com/personal-access-tokens and stored as token.txt
- 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