← Go Back
Recommendation Systems
BlueBox is a text-based movie recommendation system. It aims to provide users with a list of recommended movies based on their search. It uses a LinkedList data structure for storing movies and provides search functionalities for retrieving movie recommendations. The recommender system will do the followings:
- Search: Users can input a search term to find related movies. If there's no direct match, the program will suggest broadening the search.
- Broadening search: If the exact search term doesn't yield any results, the user can broaden their search to get more results.
- Recommendation: If no match is found even after broadening the search, the system will recommend a random movie.