Skip to content

stefanostsolos/Movie-Recommendation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie Recommendation

About

What's your favourite movie? Get recommendations to watch similar movies. This content based recommendation system is using sklearn cosine algorithm to provide results, by comparing movie's attributes such as cast, director, genre and keywords.

Installation

Install the required Python packages with pip install pandas numpy sklearn. The movie dataset that is used in this recommendation engine can be downloaded from https://raw.githubusercontent.com/codeheroku/Introduction-to-Machine-Learning/master/Building%20a%20Movie%20Recommendation%20Engine/movie_dataset.csv

Usage

Enter the name of a movie. The engine will show 20 movies that are similar to the one you input.