This is a simple approach to recomend movies to user on their search or rating basis.
A basic recommendation system using Python and Pandas.
A basic recommendation system by suggesting items that are most similar to a particular item, in this case, movies. It just tells what movies/items are most similar to user’s movie choice.
Data can be download from http://movielens.org.
The data are contained in the files links.csv, movies.csv, ratings.csv and tags.csv.
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|