This git repository contains a system that enables an end-user to:
- get hotel recommendations from different profile settings
- manipulate the input of an algorithm by choosing different presets
- discuss and personalise the selected algorithm by going through a mediation process
The sandbox shows different hotel recommendations with respect to profiles, algorithm presets and the database used for training.
The recommender algorithm used in this sandbox is a simple hybrid recommender system (see https://pypi.org/project/hybrid-recommender/).
This sandbox is installed using the Django Python Web framework (https://www.djangoproject.com). It is advised to use Python with a version above or equal to 3.6.
TODO: Add all the requirements