This repository contains the implementation of Content-Based Recommendation System and Collaborative Filtering Recommendation System using a movies dataset in Python.
- Datasets link : link
- a video explain Content-Based Recommended System (in arabic) : link
- a video explain Collaborative Filtering Recommended System (in arabic) : link
-
Content-Based Recommendation:
- Select a test movie (e.g., "The Matrix") and run the content-based recommendation system.
- Verify that the system outputs a list of recommended movies based on the similarity of content features.
-
Collaborative Filtering Recommendation:
- Choose a test user ID (e.g., User ID = 1) and run the collaborative filtering system.
- Check that the system suggests movies based on the preferences of similar users.