/dl-script-gen

Generates a TV script using RNNs

Primary LanguageJupyter Notebook

dl-script-gen

About

Generates a TV script using RNNs.

Data

  • Uses part of the Simpsons dataset of scripts from 27 seasons.
  • Code generate a new TV script for a scene at Moe's Tavern.
  • Subset in data/ subdir

Code

code.ipynb (Jupyter notebook)

  • Stacks LSTM cells into an RNN
  • Uses word embedding on input

Testing

  • Testing and output for the dataset is inline in the notebook