Meal Recommender
Prototyped an AI-powered meal planning assistant that scrapes real recipes via web scraping nd parses cook times for user-defined time filtering. Implemented an interactive UI using Streamlit and integrated Ollama’s local LLM (Gemma 3B) via LangChain for intelligent and personalized meal selection.
End to End complete data pipeline including scraping, time parsing, and dynamic filtering. Utilized a LangChain Pandas agent to generate daily meal plans (breakfast, lunch, and dinner) by randomly selecting from filtered results. The system reduced user decision fatigue by over 60%, streamlining the meal selection process for time-constrained individuals.