Card

Sensors and Wearables for Automated Detection of Nutrition, Physical Activity, and Sleep

Overview

  • analytics collection of notebooks for data analytics
  • data dataset of csv files from supersapiens and garmin

Getting started

Create python virtual environment

python -m venv .venv

Activate python virtual environment

# Linux / MacOS
source .venv/bin/activate

# Windows
.venv\Scripts\activate.bat

Install dependencies

pip install -r requirements.txt

Run notebook

jupyter notebook