This is a dashboard for restaurants' recommender which recommends cusines, dishes and restaurants based on content-based filtering.
Steps to start the dashboard:
- Clone the project.
- Requires Python3 installed.
- Download all the dependencies mentioned in the requirement.txt
- Run the webapp using command as: python Z-recommender/src/index.py
- Access the url mentioned from any web browser.