Skip to content

aaryaj154/Recipe-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🍳 Smart Recipe Generator

A simple and interactive web application that suggests recipes based on the ingredients you have at home.

🚀 Features

  • 🔍 Enter ingredients (e.g., rice, tomato, egg)
  • 🍲 Get matching recipes instantly
  • 💡 Simple and clean user interface
  • ⚡ Fast and lightweight

🛠️ Tech Stack

  • Frontend: HTML, CSS, JavaScript
  • Backend: Python (Flask)
  • Data Storage: JSON

📂 Project Structure

smart-recipe-generator/
│
├── app.py
├── recipes.json
├── templates/
│   └── index.html
├── static/
│   ├── style.css
│   ├── script.js
│   └── images/
│       └── bg.jpg

⚙️ Installation & Setup

1️⃣ Clone the repository

git clone https://github.com/aaryaj154/Recipe-generator.git
cd Recipe-generator

2️⃣ Install dependencies

pip install flask

3️⃣ Run the application

python app.py

4️⃣ Open in browser

http://127.0.0.1:5000

🧠 How It Works

  • User enters ingredients
  • The app compares them with recipes stored in recipes.json
  • Matching recipes are displayed with a match percentage

💡 Future Improvements

  • 🤖 AI-based recipe suggestions
  • 🖼️ Add images for recipes
  • 📊 Improve matching algorithm
  • 🌐 Deploy the app online

👩‍💻 Author

Aarya Jain

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors