Tired of staring at a full fridge with no meal ideas? FridgeWhiz uses AI to generate recipes from your fridge photos in seconds!
- 📸 Smart Ingredient Detection - Snap a pic, get ingredient list
- 🧠 AI Recipe Generation - Custom meals based on your food
- ⏱️ Cooking Time & Calories - Know what you're getting into
- 🌱 Dietary Filters - Vegan/GF/Quick meals with one click
- ♻️ Reduce Food Waste - Cook what you already have
# Clone & setup
git clone https://github.com/SimplyReal/FridgeWhiz.git
cd FridgeWhiz
pip install -r requirements.txt
# Run locally
python app.py| Component | Technology |
|---|---|
| Frontend | HTML5, CSS3 |
| Backend | Python |
| AI Model | Qwen2-VL-72B Instruct (via Nebius AI) |
| Computer Vision | OpenCV/Pillow |
📦 FridgeWhiz/
├── 🐍 app.py # Flask backend
├── 🤖 recipe_model.py # AI model integration
├── 🎨 static/
│ ├── style.css # Custom styles
├── Images # Uploaded Images
├── 📂 templates/
│ ├── index.html # Homepage (upload image)
│ └── process.html # Recipe results page
├── 📜 requirements.txt # Python dependencies
└── 📄 README.md # You're here!MIT © 2024 [Neha Kumari]

