Diff of /Readme.md [000000] .. [6674fe]

Switch to side-by-side view

--- a
+++ b/Readme.md
@@ -0,0 +1,31 @@
+# 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
+```
\ No newline at end of file