Quick Recipe is your personal kitchen companion! Say goodbye to mealtime indecision, discover mouthwatering recipes tailored to your taste and dietary needs in seconds.
| Feature | Description |
|---|---|
| 🔎 Keyword Search | Find recipes instantly using ingredient names. |
| 🌐 English & Hindi | Bilingual support powered by Deep Translator. |
| 🍳 Step-by-Step Guide | Clear and simple cooking instructions. |
| ⚡ Fast UI | Smooth, responsive interface built with Streamlit. |
| 🥗 Diet Filters | Supports veg, vegan, keto, and other preferences. |
| 📋 Quick Preview | View key recipe details at a glance. |
| Technology | Description |
|---|---|
| 🐍 Python | Core programming language |
| 📊 Streamlit | For building interactive web UI |
| 🔗 Requests | For handling API calls to recipe services |
| 🌐 Deep Translator | For translating recipe content into multiple languages |
-
Clone the repository:
git clone https://github.com/KrishBharadwaj5678/QuickRecipe.git cd QuickRecipe -
Install the dependencies:
pip install -r requirements.txt
-
Start the Streamlit app with:
streamlit run app.py
Want to contribute? Here's how:
- 🍴 Fork the repository.
- 🌿 Create a new branch (
git checkout -b feature-name). - ✍️ Make your changes and commit them (
git commit -am 'Add feature-name'). - 🚀 Push to your branch (
git push origin feature-name). - 🔄 Submit a pull request to merge into the main branch.
