Welcome to the Custom Recipe Generator! This project leverages generative AI to create personalized recipes based on the ingredients you have on hand. Simply input a list of available ingredients, and the AI will generate a variety of unique and creative recipes.
•Generate custom recipes using your available ingredients.
•Integration with OpenAI API for recipe generation.
•Utilizes OpenAI's GPT-3.5 Turbo model for recipe generation.
•Easy to set up and run using Python on Replit.
•Simple web interface using Flask.
•An OpenAI API key
•A Bolt IoT API key
•Enter the following commands in the Replit shell to install the necessary dependencies : pip install boltiotai
•Obtain your API keys from OpenAI and Boltiotai.
•Set your API Keys.
•Import necessary libraries in your main application file:
from boltiotai import openai
import os
from flask import Flask,
render_template_string, request
Contributions are welcomed!Fork the repo and submit a pull request with your changes.
Thank you for using the Custom Recipe Generator! If you have any suggestions or feedback, feel free to reach out or contribute to the project. Happy cooking!