Skip to content

SimplyReal/FridgeWhiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FridgeWhiz AI - your secret sauce

Demo

Tired of staring at a full fridge with no meal ideas? FridgeWhiz uses AI to generate recipes from your fridge photos in seconds!

✨ Features

  • 📸 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

🚀 Quick Start

# Clone & setup
git clone https://github.com/SimplyReal/FridgeWhiz.git
cd FridgeWhiz
pip install -r requirements.txt

# Run locally
python app.py

🛠️ Tech Stack

Component Technology
Frontend HTML5, CSS3
Backend Python
AI Model Qwen2-VL-72B Instruct (via Nebius AI)
Computer Vision OpenCV/Pillow

🎥 Demo Video

Watch the Demo

📂 Project Structure

📦 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!

📜 License

MIT © 2024 [Neha Kumari]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors