WiCHacks 2022 Winner: [Wayfair] Best Customer Focus Hack
When it comes to cooking, students often struggle deciding on what to cook because of the amount of time they have in their hands after all the lectures and submissions. They end up eating out spending a lot of money and also rotting all the stuff present in their fridge.
Recommends recipes based on ingredients in the kitchen and user behavior that is what the person likes to eat and has liked in the past so that the ingredients are used before they expire!
Created recommendation engine that makes use of content based filtering using python and frontend was developed using django, html, js and css.
Integrate it with smart devices /smart fridge /and with grocery apps like wegmans and walmart to recommend ingredients that you might buy to make a specific recipe.
- Choose whether you wanna add items to the fridge or cook today!
- If you decided to add, feed your fridge list with the new items you got from the grocery store!
- If you chose to cook today, get all the dishes you can make using those ingredients!!
- Wanna try a recipe similar to those you've already tried! You can get those by clicking any of the recipes from the previous list!
Python3 with django
and requests
module.
- To run clone repository using
git clone <repository link>
- Run using below command in base directory
python3 manage.py runserver