Skip to content

Movie Recommendation system based on Machine Learning using python libraries - pandas, scikit-learn, matplotlib Developed a system relying on a content-based filtering algorithm, incorporating user-related metrics and movie databases as input parameters

Notifications You must be signed in to change notification settings

anantJjain/Movie-Recommendation-System

Repository files navigation

MOVIEOFLIX

Content Based Recommender System recommends movies similar to the movie user likes and analyses the sentiments on the reviews given by the user for that movie. Content-Based Recommendations systems are the systems that look for similarity before recommending something. image

Cosine similarity is a method for measuring similarity between vectors. Mathematically, it calculates the cosine of the angle between the two vectors. If the angle between the two vectors is zero, the similarity is calculated as 1 because the cosine of zero is 1. So the two vectors are identical. The cosine of any angle varies from 0 to 1. Therefore, similarity rates will vary from 0 to 1. The formula is expressed as follows: image

Live Implementation : https://mrswsa.herokuapp.com/

About

Movie Recommendation system based on Machine Learning using python libraries - pandas, scikit-learn, matplotlib Developed a system relying on a content-based filtering algorithm, incorporating user-related metrics and movie databases as input parameters

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published