Skip to content

Trying to predict a movie's success based on the script (before filming)

Notifications You must be signed in to change notification settings

PedroUria/NLP-Movie_Scripts

Repository files navigation

NLP-Movie_Scripts

This repo consists on the project by PedroUria, seanpili and thekartikay for our NLP class at GWU. The goal was to predict a movie's success based only on its script, before casting and production. We scraped movie screenplays from the internet and matched them with budget and box office data. Then, we processed the scripts into individual character dialogues and extracted language features to train machine learning models in order to predict a binary target (sucessful = positive ROI, unsuccessful = negative ROI). We did not get good results, but we were able to use the same features to cluster the characters into a few meaningful groups according to speech patterns. You can find out more in our report and slides.

Side Notes

Budget data is not going to be very reliable...

Still, with these numbers we can tell which movie succeeded and which movie didn't succeed, and the probability of being wrong is very low. However, the ROI we would get from the above source (or any source) is most likely unrealistic.

Analyzing the actual screen direction too! Anything that doesn't fall into character dialogue and is not crap (would need some filtering) would fall under this category. Example from Braveheart:

Hanging from the rafters of the barn are thirty Scottish noblemen and thirty pages, their faces purple and contorted by the strangulation hanging, their tongues protruding. Malcolm stabs the pitchfork into the ground in useless anger; John still grips the axe as he follows his father through the hanging bodies of the noblemen to the back row, to see the one man in commoner's dress, like theirs...

You can see how this kind of text could be quite relevant to model the movie.

About

Trying to predict a movie's success based on the script (before filming)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages