This is a personal project in which I build a program to search and filter restaurants in Hong Kong based on user preference. In addition, an item-to-item collaborative based recommender system is designed to recommend restaurants based on user preference
The restaurant information is extracted from OpenRice, where it is an equivalent website to Yelp for Hong Kong restaurants
linksFinder.py - A Python class that scraps all restaurant links on OpenRice
searchEngine.py - a Python based search engine for users to search and filter restaurants
main.py - the main script for running the above files