CookAI is an AI-powered cooking assistant that transforms a photo of your available ingredients into creative, personalized recipes.
Built with Google Gemini for image processing and Pexels for image generating, CookAI helps you decide what to cook using what you already have.
- Upload or snap a photo of your ingredients
- Uses Google Gemini for image and text processing (AI recipe generation)
- Fetches and generates images using Pexels
- Outputs ingredient lists and creative recipes based on what you have
git clone https://github.com/borislav-dimov/CookAI.git
cd CookAIpip install -r requirements.txtCreate a .env file in the project root and add your API keys:
GEMINI_API_KEY=your_gemini_api_key_here
PEXELS_API_KEY=your_pexels_api_key_herepython app.pyOpen your browser at: http://127.0.0.1:5000/
This project is licensed under the AGPL-3.0 License — see the LICENSE file for details.