project
Find Movie Similarity from Plot Summaries
Use NLP and clustering on movie plot summaries from IMDb and Wikipedia to quantify movie similarity.
Start Project for Free12 Tasks1,500 XP6,823
Create Your Free Account
or
By continuing, you accept our Terms of Use, our Privacy Policy and that your data is stored in the USA.Training 2 or more people?Try DataCamp For Business
Loved by learners at thousands of companies
Project Description
Natural Language Processing (NLP) is an exciting field of study for data scientists where they develop algorithms that can make sense out of conversational language used by humans. In this Project, you will use NLP to find the degree of similarity between movies based on their plots available on IMDb and Wikipedia.
The dataset contains the titles of the top 100 movies on IMDb as well as each movie's plot summary from both IMDb and Wikipedia.
Project Tasks
- 1Import and observe dataset
- 2Combine Wikipedia and IMDb plot summaries
- 3Tokenization
- 4Stemming
- 5Club together Tokenize & Stem
- 6Create TfidfVectorizer
- 7Fit transform TfidfVectorizer
- 8Import KMeans and create clusters
- 9Calculate similarity distance
- 10Import Matplotlib, Linkage, and Dendrograms
- 11Create merging and plot dendrogram
- 12Which movies are most similar?
Technologies
Python
Anubhav Singh
See MoreCTO & Co-founder, Dynopii
A developer since childhood, Anubhav has been an explorer of technologies. Starting off with developing his own social network and search engine at the age of 15, he's continuously developing software for the community in domains which require uncommon combinations of technology and stacks. You can often catch him guiding students on how to approach the fantastic sciences of Artificial Intelligence. He’s also the Founder of The Code Foundation which is an open source organization working on multimedia search and natural language processing.