In this project, I'll generate a new Simpsons TV scripts using RNNs. I'll be using part of the Simpsons dataset of scripts from 27 seasons. The Neural Network I'll build will generate a new TV script for a scene at Moe's Tavern.
Clone the Github repository and use condo to install the dependencies
$ git clone https://github.com/TokyoIndex/dlnd_tv_script_generation.git
$ cd dlnd_tv_script_generation
$ conda install conda
$ jupyter notebook
- Python 3
- TensorFlow 1.0
- Numpy
The contents of this repository are covered under the MIT License.