Generate fake Seinfeld TV scripts using RNNs. Uses the Seinfeld dataset of scripts from 9 seasons. The Neural Network generates a new ,"fake" TV script, based on patterns it recognizes in the training data.
-
Clone this repository:
git clone [email protected]:rigganni/RNN-TV-Script-Generator.git -
Make sure you have already installed the necessary Python packages. Anaconda was used in development of this project. The file
conda.ymlis contained in this repository to reproduce the environment.
rnn_tv_script_generation.ipynb: Jupyter notebook file used to generate fake TV scriptproblem_unittests.py: Unit tests to ensure RNN does not contain logic errorsconda.yml: Anaconda environment used in development & provided for reproducibility
Open the Jupyter notebook in a Jupyter instance of your choice.