Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 928 Bytes

File metadata and controls

25 lines (17 loc) · 928 Bytes

Everywhere recommendation

Everywhere is a mobile app that promotes events for users. In order to enhance the user experience, we propose implementing a recommendation system to determine which events a user is likely to attend. The system will take into account historical data, such as clubs the user has already visited, as well as demographic information, such as gender and nationality, and music preferences. Additionally, the recommendation system will also try to recommend other users who might have similar preferences, thus helping users find and connect with new friends who share their interests.

Steps to use the recommender system

Create a virtual environment

python3 -m venv venv

Activate the virtual environment

source venv/bin/activate

Install the project package

pip install -e .