A Food Recommender System , Combined with the zomato API done using the DJango framework
Recommender system model - Cosine Similarity, Features - Nutrition,intredients,Tags
Dataset Used - RAW_recipes.csv ( Dataset )
Steps to make it work -
- Install python 3.7 or greater
- pip install -r requirements.txt
- python manage.py migrate
- python manage.py runserver