Skip to content

cong-khai-nguyen/movie-recommendation-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Content-Based Movie Recommender

Link: https://colab.research.google.com/drive/1BfwH9TQZfYnAZLA5z-nh2CZ2Ld3liBC-?usp=sharing

Description

In this short project, I apply count vectorizer and cosine similarity on content-based features to find the similarity between the movie that the user like and our general movies data to recommend to the user.

Resources:

Cosine Similarity documenation

CountVectorizer documentation

Install and Run the Project

This project requires to imported and installed libraries: pandas, and scikit-learn.