first commit

This commit is contained in:
2024-04-23 23:53:19 -05:00
commit cf777066a2
15 changed files with 46170 additions and 0 deletions

15
Objectives.md Normal file
View File

@@ -0,0 +1,15 @@
# Problem
Is there a better way to remember what groceries/food we have in the house?
# Proposal
Cloud integrated system with the following functions:
* Receipt scan to add food items to inventory
* Split into high confidence and low confidence
* Categorize items to generalized items (UPC to inventory item, line item to inventory item)
* Recipe scan to remove items from inventory based on ingredients
* Grocery list scan to identify items that are already in inventory
* Stretch: Price tracking
* Stretch: Expiration date
* Best by date
* Gauge how long food w/o date lasts
* Stretch: What can I make with what I have on hand?