ConfusedCook-ai is an intelligent recipe assistant app that helps users discover, generate, and manage recipes using AI.

- AI-powered recipe generation
- Search and filter recipes
- User-friendly interface
Before running the app locally, make sure you have the following installed:
-
Clone the repository
Open your terminal or command prompt and run:
git clone https://github.com/VaradaNambiar/ConfusedCook-ai.git cd ConfusedCook-ai -
Install dependencies
python -m venv venv source venv/bin/activate # On Windows: venv\Scripts\activate pip install -r requirements.txt
-
Set up environment variables
Create a .env file with
GROQ_API_KEY=<your_key>in it -
Run the app locally
python ui\flask_server.py runserver -
Open the app in your browser
Visit http://localhost:3000 or http://localhost:5000, depending on where falsk server sets it up (check the details in your terminal).
Pull requests are welcome! For major changes, please open an issue first to discuss what you would like to change.
This project is licensed under the MIT License.
If you have questions, feel free to open an issue or reach out to me.