Generating TV scripts based on Seinfeld
using LSTM recurrent neural networks and word embeddings.
git clone https://github.com/papapana/tv-script-generation-with-recurrent-neural-networks.git
cd tv-script-generation-with-recurrent-neural-networks
pip install -r requirements.txt
The project itself is implemented in a Jupyter notebook in the file dlnd_tv_script_generation.ipynb
.
To execute the Jupyter Notebook:
jupyter notebook