Updated 16 hours ago

Frantry

We want to mitigate food waste. As such, we created a pantry management app that recommends recipes for ingredients that will expire soon.

  • AI / Robotics

Members 1

This project employs React Native framework for the front end and Typescript for everything else. We used Expo to try the app on the phone. MongoDB manages our ingredient database, Google Cloud Vision API is used for text recognition, and Llama for both the AI expiry date inference and recipe generation. This allows us to scan receipts and parse the data about food items. Based on the nature of the food item, the LLM model would infer how long the item would stay fresh. All this information would then be added to the pantry database, organized by how soon the food would expire. Then using the pantry, an LLM will generate recipes, prioritizing the ingredients that will expire sooner. This allows us to help lower food waste while catering to people’s needs, making good food more accessible.