Skip to content

This Repo contains The Implementation of Content-Based Recommended System and Collaborative Filtering Recommended System for movies dataset in python.

Notifications You must be signed in to change notification settings

drisskhattabi6/Movie-Recommendation-System

Repository files navigation

Recommendation-System

This repository contains the implementation of Content-Based Recommendation System and Collaborative Filtering Recommendation System using a movies dataset in Python.

Recommendation-System

  • Datasets link : link
  • a video explain Content-Based Recommended System (in arabic) : link
  • a video explain Collaborative Filtering Recommended System (in arabic) : link

  1. 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.
  2. 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.

About

This Repo contains The Implementation of Content-Based Recommended System and Collaborative Filtering Recommended System for movies dataset in python.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published