Movie Recommendation System

In this project we will build a movie recommendation system using nltk library.

we need director from this
job = Director

text vectorization

we will calculate the cosine distance

1 means high similarity and 0 means low similarity

References1!..