Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,26 @@

[![Coverage Status](https://coveralls.io/repos/github/ventikaa/data515-proj/badge.svg?branch=main)](https://coveralls.io/github/ventikaa/data515-proj?branch=main)

Team Members:
## Team Members:
- William Hu
- Jianna Wong
- Sundari Avanthikaa Srinivasan
- Amber Yang

Tool Project (with analytical and data presentation components)

Questions of Interest
## Questions of Interest
- How can recipe selection and grocery planning tools reduce barriers to cooking at home for individuals?

The project introduces a recipe-driven grocery planning tool designed to reduce everyday barriers to cooking at home. Users can select a recipe from a recipe database, and the system automatically generates a store-specific grocery list with real-time pricing and availability using the Kroger Development API. This tool is intended to support more affordable and efficient home cooking, especially for users in or near food desert regions where cost, time, and access are major constraints.

By integrating spatial food access data with individual-level decision tools, this project demonstrates how data systems can move beyond analysis into actionable interventions. The final system includes a data pipeline, interactive map visualizations, and a backend data tool that together highlight inequities in food access while offering a concrete mechanism to help mitigate their impact.

Key Components
## Key Components
- Recipe dataset ingestion and normalization
- Grocery pricing and availability integration via Kroger API
- End-to-end data pipelines supporting both analytics and user tools

Technologies & Data Sources
## Technologies & Data Sources
- [Kroger Development API](https://developer.kroger.com/api-products)
- [Kaggle Recipe Dataset](https://www.kaggle.com/datasets/irkaal/foodcom-recipes-and-reviews)
Loading