The project code is here: https://drive.google.com/file/d/1vhpRBCzANJvBVS-I6DeGHtT-KsOPl4Lk/view?usp=sharing
This project is my Final Year Project. It is a web-based Restaurant Recommender System using Collaborative Filtering and Content-Based Filtering techniques. This project is build by using Yelp Dataset. There are two models build to make recommendation to the user which are using Singular Vector Decomposition (SVD) for collaborative filtering and TF-IDF method for Content-based recommender system.
Here are some of the features of this web-based Restaurant recommender system:
- The system can generate recommendations based on user similarity and user preferences. The recommendation is generated based on User ID.
- User can view their information through dashboard
- User can view the restaurant details information
Packaged used
- Pandas
- Numpy
- Seaborn
- Matplotlib
- Surprise
- Scikit-Learn
- FlaskAPI
- Jinja2