Ever seen a dish and wondered what itβs called? Or had random ingredients in the kitchen but no idea what to cook?
DishCovery is an AI-powered web app that helps users:
- Identify dishes by description
- Recognize dishes from a photo
- Suggest recipes based on available ingredients
π Try it Live β
πΊ See the video β
Type how the dish looked or what it had, and DishCovery will suggest matching recipes using AI.
Upload a snap of a dish and get its name + detailed recipe instantly.
Enter the ingredients you have, and discover what you can cook without needing a grocery trip.
| Technology | Purpose |
|---|---|
| React | Frontend UI |
| Flask | Backend API |
| Google Gemini API | AI (text & vision understanding) |
| Python | Backend logic & image processing |
| CSS / Tailwind | Styling & Layout |
cd backend
python -m venv venv
source venv/bin/activate # or venv\Scripts\activate on Windows
pip install -r requirements.txt
python app.py

