Welcome to our CS510 project! In this project, we aim to help you discover delicious recipes using the ingredients you have in your refrigerator. With our application, you can simply input a list of ingredients, and we'll provide you with a variety of recipes you can make using those ingredients.
We utilize a comprehensive food ingredients and recipe dataset, which includes images, to power our recipe recommendation system. You can access the dataset here.
Follow these simple steps to run our application:
virtualenv venv
source ./venv/bin/activate
pip install -r requirements.txt
streamlit run app.py
Once the application is running, you'll be prompted to input a list of ingredients you have. After submitting your list, our system will process the information and present you with various recipes you can make using those ingredients.
Enjoy exploring new recipes and flavors with our CS510Project!