Skip to content

Commit

Permalink
Added pickle information
Browse files Browse the repository at this point in the history
  • Loading branch information
sarthakforwet authored Sep 13, 2020
1 parent a488b80 commit c7eb789
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@ An application which helps people find their foodie partner!
# Future Scope
- [ ] Location personalization for recommendations.
- [ ] Re-filtering of the recommendations specifically for age and gender preferences.

PS: We maintained pickle files for the model as well as the dataset which would be used for the recommendations.
as it is faster to load files from pickle rather than getting the same data from database. These pickle files are
automatically updated whenever a new user add entries for cuisines+ratings or whenever they update ratings for the cuisines.

0 comments on commit c7eb789

Please sign in to comment.