Vibes Recipe - AI Recipe Recommendation App
A semantic search and LLM-powered recommendation system that finds recipes based on what you are in the mood for, not just what's in your pantry.
Built a RAG-based recipe recommendation system that understands natural language queries to surface recipes matching a specific mood or vibe. The flow combines data ingestion, embedding generation, vector similarity search, and LLM-powered response generation to deliver recommendations that feel relevant and fast.
Improved recommendation relevance by 75% while keeping query latency under 3 seconds, turning an open-ended "what should I cook" question into a focused, personalized answer.