Tushar-K24 / Movie-Recommender-Systems

A Machine Learning Model that recommends movies to a user according to its personal tastes.

Home Page:https://share.streamlit.io/tushar-k24/movie-recommender-systems/main/recommender_system.py

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Movie-Recommender-System

Dataset

https://www.kaggle.com/datasets/tmdb/tmdb-movie-metadata

Aim

To recommend movies to the user based on their personal tastes.

The main goal of our movie recommender system is to utilize a metric to compare two movies before recommending some to the user. Our algorithm needs to compare the similarity between two movies taking account of the features provided in the dataset.

Approach used

  • Content-Based Filtering

Link:

Movie Recommender System

image image

About

A Machine Learning Model that recommends movies to a user according to its personal tastes.

https://share.streamlit.io/tushar-k24/movie-recommender-systems/main/recommender_system.py


Languages

Language:Jupyter Notebook 99.8%Language:Python 0.2%