Data Set : This data set has been taken from Kaggle.com.
This feature will recommend movies on the basis of the searches they did.
- numpy
- sklearn
- difflab
- pandas
The basic approach was to recommend movies on the basis of keywords rather than rating
-
First of all we gathered all the data from kaggle website
-
Then we kept all the important coloumns like genre, cast, crew, title. And converted all the data inside them into readable format and in the cast and crew section removed most of the names and kept only a few, like main 3 actors in cast and only director in crew.
-
Now we merged all of the coloumns into a single tag.