Skip to content

A natural language processing project to find similar movies. An adaptation of my work at Dreamworks/AwesomenessTV for the Python Data Science meetup.

Notifications You must be signed in to change notification settings

acflippo/nlp_movie_title_matching

Repository files navigation

nlp_movie_title_matching

This is a demonstration on how to use sklearn's NLTK to process a corpus of movie titles. Then, using cosine similarity scoring to find the closes movie title to a new string of text.

This includes:

  • NLTP-to-Find-Movies.ipynb : a python notebook
  • movie.csv : a subset of movielens' movie data
  • Use-NLP-to-Solve-Business-Problems.pdf : a presentation given at the Python Data Science meetup

About

A natural language processing project to find similar movies. An adaptation of my work at Dreamworks/AwesomenessTV for the Python Data Science meetup.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published