Frankensteined

A web scraping project | Detourning the Web Class


Frankensteined is an application that autogenerates new text, replacing original parts of speech (POS) with the ones from sci-fi movie scripts.

How it works?
After you choose the sci-fi movie below it autogenerates new text by adding movie's POS to the original speech's POS. It's like if Frankenstein (or any other sci-fi character) was giving a speech using the talk structure of the original talker. Or if original talker came from a sci-fi movie.

Python libraries used
BeautifulSoup to scrape text from IMSDB site, spacy.io POS tagging to generate new speech, flask for website creation.

Documentation:
Github repo

© rutakru. All rights reserved.