/tv-script-generation

Word Level LSTM model to Generate tv scripts

Primary LanguagePython

tv-script-generation

Word Level LSTM model to Generate tv scripts

Usage

To train the Model

python tv-script-generator.py --data='./data/Friends_Script.txt'

To generate the text

python generate.py --prime='Joey' --model='Model_Friends.pt' --length=400 -data='./data/Friends_Script.txt'

Prime word is the first word of generated script, length is the no. of words in the generated script.

To download the Trained Model

I have trained model for two tv-scripts:- ie Friends and Seinfeld.

Click here to download Friends Model

Click here to download Seinfeld Model

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.