Skip to content

the Custom Recipe Generator is a web application built with HTML, CSS, and JavaScript that allows users to create unique recipes based on their ingredients and preferences. It uses the GPT-3.5 Turbo model to generate tailored recipes, including ingredient lists and step-by-step instructions.

Notifications You must be signed in to change notification settings

jatinnxn/Custom-Recipe-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom Recipe Generator

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.

Features

•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.

How to Use

Prerequisites

•An OpenAI API key

•A Bolt IoT API key

Installation

•Enter the following commands in the Replit shell to install the necessary dependencies : pip install boltiotai

Configuration

•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

Contributing

Contributions are welcomed!Fork the repo and submit a pull request with your changes.

Conclusion

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!

About

the Custom Recipe Generator is a web application built with HTML, CSS, and JavaScript that allows users to create unique recipes based on their ingredients and preferences. It uses the GPT-3.5 Turbo model to generate tailored recipes, including ingredient lists and step-by-step instructions.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published