RecipeBot AI is an AI-powered recipe suggestion app that helps users find recipes based on the ingredients they have. Simply enter the ingredients, and the AI will generate recipe recommendations tailored to your input.
🔗 Live Demo: RecipeBot AI
✅ AI-powered recipe recommendations
✅ Search for recipes based on available ingredients
✅ Uses an external API for real-time suggestions
✅ Clean and responsive UI
- React + Vite – For building the UI
- JavaScript – Core scripting language
- Mistral AI – AI model for recipe recommendations
- Hugging Face API – Fetching AI-generated responses
- CSS – Styling the application
- External UI Components – For a better user experience
To run RecipeBot AI locally, follow these steps:
-
Clone the repository:
git clone https://github.com/your-github-username/recipebot-ai.git cd recipebot-ai -
Install dependencies:
npm install
-
Set up the API key:
- Create a
.envfile in the root directory. - Add your API key:
VITE_HF_API_KEY=your-ai-api-key-here
- Create a
-
Start the development server:
npm run dev
-
Open http://localhost:3000 in your browser.
This project is licensed under the MIT License. See the LICENSE file for more details.
Want to improve RecipeBot AI? Follow these steps:
- Fork the repository
- Create a new branch (
git checkout -b feature-branch) - Make your changes
- Commit (
git commit -m "Added new feature") - Push (
git push origin feature-branch) - Open a Pull Request
For any inquiries or suggestions, reach out via rafiframadhana.cs@gmail.com or open an issue in the repository.
🔥 Happy Cooking with RecipeBot AI! 🚀
