yalsaffar / Tourism-Recommendation-System

5 stars 2 forks source link

Places Reco System #18

Open 0ardneebwar0 opened 1 year ago

0ardneebwar0 commented 1 year ago

The places recommendation part of the project has been completed. The same concept as for the flights recommendation system (cosine similarity) has been utilized for the content-based recommendation of places in a given city. In addition to cosine similarity, user's preferences for visiting places based on the category of the places and the time of day has been considered.

yalsaffar commented 1 year ago

Amazing work! please push it to a new branch while adding your part to be integrated with main.py in the dev branch.

0ardneebwar0 commented 1 year ago

Okay. I have created the branch for places reco (places_reco) and and pushed the changes. I would like you to merge it with dev branch and check the updates to make sure if it is functioning as required.