This project makes recommendations in tourism domain in order to increase touristic attractions by adapting the recommendation to the profile of the user for the city of Rouen.
Project is developed with:
- Python Programming Language (version: 3.9.2)
- Surprise library for Recommendation model (version: 1.1.1)
- ScikitLearn library for Recommendation model (version: 1.0.1)
- Tkinter library for GUI (version: 8.6)
Use the package manager pip to install above libraries.
pip install scikit-surprise
pip install scikit-learn
pip install tk
To run this project:
- Install it locally
- Open installed file location
- Run
application
file using following line in command prompt (terminal):
python application.py