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.
python3 -m venv venvsource venv/bin/activatepip install -e .