Skip to content

braineegit/movie-recommendation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

movie-recommendation

This is a movie recommendation system that suggests similar movies based on a user's favorite movie. The system uses difflib, TfidfVectorizer, and cosine similarity to find the most similar movies.

The system reads in a dataset of movie titles and plot summaries. The user enters the name of their favorite movie. The system uses difflib to find the closest match to the user's input. The system uses TfidfVectorizer to convert the plot summaries into a matrix of TF-IDF features. The system uses cosine similarity to find the most similar movies to the user's input. The system returns a list of recommended movies.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages