Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 321 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 321 Bytes

Wiki-Movies

A wikipedia based Web-Scrapper to fetch the plot of various movies and then train a movie script generator using the data.

The script generator is an LSTM that learns the vocabulary of the movies and patterns in the plot. Once the learning is done, the LSTM will generate scripts based on what it learnt.