Skip to content

amyllykoski/GenerateTVScripts

Repository files navigation

Generate TV Scripts

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.

  1. Clone the repository and navigate to the downloaded folder.

    git clone https://github.com/amyllykoski/GenerateTVScripts
    
    cd GenerateTVScripts
    
  2. Make sure you have already installed the necessary Python packages like so:

    pip install -r requirements.txt
    
  3. Open a terminal window and navigate to the project folder. Open the notebook and follow the instructions.

    jupyter notebook dog_app.ipynb
    

About

This is a deep learning project for generating Seinfeld TV scripts using Recurrent Neural Networks (RNN) using PyTorch. You'll be using a Seinfeld dataset of scripts from 9 seasons.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors