Skip to content

sukeshan/Recipe_Search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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