You are on page 1of 1

Movie Recommendation System

ABSTRACT :

A recommender system is a simple algorithm whose aim is to provide the most relevant
information to a user by discovering patterns in a data-set. The algorithm rates the items and
shows the user the items that they would rate highly. The algorithms used direct users
towards those items which can meet their needs by cutting down a large database of
Information. A recommender system, or a recommendation system, is a subclass of
information filtering systems that seeks to predict the "rating" or "preference" a user would
give to an item. They are primarily used in commercial applications.

This project focuses on the implementation of a content based movie recommendation system
using PYTHON in Jupyter Notebook or PyCharm IDE. It is based on what we like, the
algorithm will simply pick items with similar content to recommend us. This recommender
system works by the data that we take from the user, either explicitly (rating) or implicitly
(clicking on a link). By the data we create a user profile, which is then used to suggest to the
user, as the user provides more input or takes more actions on the recommendation, the
engine becomes more accurate.The system is implemented via a website that recommends
movies to a user.

Group Members:

Course - B.tech 3rd year 6th sem [EC]

Kashish Jain, 1913231, BTBTE19122

Manshi Bijalwan, 1913243, BTBTE19121

Mansi Dixit, 1913244, BTBTE19064

Medha Upadhyay, 1913246, BTBTE19117

You might also like