Skip to content

Interactions-HSG/dietcoach-evaluation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Appendix for DietCoach submission

This repository contains materials associated with our work titled "DietCoach: Design, Development, and Expert Evaluation of a Digital Dietary Counseling Platform".

Repository contents

  • Anonymized Data: Results from participant workshops and surveys.
  • Data Analysis Code: Scripts used to analyze the data.

Project structure

  • scripts/: Main analysis workspace
  • scripts/requirements_survey_analysis.ipynb: Requirements survey notebook
  • scripts/dietcoach_evaluation_survey_analysis.ipynb: Evaluation survey notebook
  • scripts/utils/: Utility modules for cleaning and analysis
  • data/: Anonymized user data

Environment setup

This project is designed to run in a local Python virtual environment at .venv.

Prerequisites

  • Python 3.9+ (3.11 recommended)
  • uv installed

Install uv (if needed):

curl -LsSf https://astral.sh/uv/install.sh | sh

Create and activate .venv with uv

From the repository root:

uv venv .venv
source .venv/bin/activate

Install dependencies

This repository includes a pyproject.toml with the notebook dependencies. Install them into .venv with:

uv sync --no-install-project

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors