This is a Jupyter notebook contains a project, where we'll generate Seinfeld TV scripts using RNNs. It will be using part of the Seinfeld dataset of scripts from 9 seasons. The Neural Network being built will generate a new ,"fake" TV script, based on patterns it recognizes in this training data.
-
Clone the repository and navigate to the downloaded folder.
git clone https://github.com/amyllykoski/GenerateTVScripts cd GenerateTVScripts -
Make sure you have already installed the necessary Python packages like so:
pip install -r requirements.txt -
Open a terminal window and navigate to the project folder. Open the notebook and follow the instructions.
jupyter notebook dog_app.ipynb