Progress:
-
Built a semantic product matcher using sentence-transformers (all-MiniLM-L6-v2) to match ingredient names with Aldi product listings.
-
Filtered grocery list recommendations based on cosine similarity thresholds to avoid irrelevant matches.
Goals:
- Add product ranking logic based on nutritional tags (e.g., high protein, low sugar).
- Expand allergen support to include nested ingredients (e.g. “mayo” contains eggs).