/Recipe_Search

Retrieve food recipes based on the user given queries using Bipartite Graph Structure

Primary LanguagePython

Search Engine for Food Recipes using Bipartite graph

Find a food recipes based on the user given food ingredients

I've written a blog about this Project , Check it out 🤗

demo.mp4

Quick Start

Clone the repo from the github and setup the environment

git clone https://github.com/sukeshan/Recipe_Search.git
conda create -n recipe_search 
conda activate recipe_search
conda install -r Requirements.txt 

Run the app.py file

streamlit run app.py