Recipe AI is a web application built with Streamlit and LangChain that generates easy-to-make recipes with nutrition facts based on the ingredients and kitchen appliances you have at hand. Whether you're a beginner in the kitchen or a seasoned chef, Recipe AI makes cooking fun and simple while ensuring you get all the necessary nutritional information.
- Ingredient and Appliance Input: Users can input the ingredients they have and the kitchen appliances they have available.
- Recipe Generation: Based on the input, the application generates a recipe that is easy to make and suitable for the available appliances.
- Nutrition Facts: Along with the recipe, users receive detailed nutrition facts to help them keep track of their dietary intake.
- User-Friendly Interface: The application is designed to be intuitive and easy to use, making recipe generation a breeze.
- Python 3.8 or above
- Streamlit
- LangChain
-
Clone the repository:
git clone https://github.com/chitralputhran/Recipe-AI-Easy-Recipes.git
-
Navigate to the project directory:
cd Recipe-AI-Easy-Recipes
-
Install the required dependencies:
pip install -r requirements.txt
Run the Streamlit application:
streamlit run app.py
Open your web browser and go to http://localhost:8501
to use the application.
Contributions are welcome! If you have a feature request or a bug report, please open a new issue. If you want to contribute code, please open a pull request.
Live Link: https://recipe-ai.streamlit.app