hirennancodes/Quick-Tend
0
Quick Tend is a simple food recommendation app. It takes a food description (could be ingredients, taste etc.,) as an input from the user and recommends top three dishes.
- Used Chat GPT to create descriptions of various dishes from the Indian cuisine
- Used sentence-transformers library (all-MiniLM-L6-v2) to produce embeddings of input query, food descriptions
- Used cosine similarity to measure their semantic similarity
- Ranked query, description pairs using cos-sim scores and output top three pairs
