Skip to content

Recurrent Neural Network that generates scripts in the style of dialogue from Seinfeld

License

Notifications You must be signed in to change notification settings

sdonatti/nd101-project-tv-script-generation

Repository files navigation

Udacity Deep Learning Nanodegree

Generate TV Scripts

Build a Recurrent Neural Network to generate new episodes of your favorite TV show.

...

sheila: hi george.

elaine: hi julie.

sheila: so i was wondering, um, went out and see the movie on
        the street show because there was a couple of other seats.

elaine: oh.

elaine: and the mets she liked that.(laughs nervously)

...

Requirements

  1. Download and install Anaconda Python
  2. Create and activate a Conda environment
  3. Install PyTorch and torchvision
conda install pytorch torchvision -c pytorch

Set-up

Clone the project repository

git clone http://github.com/gdonatti/nd101-project-tv-script-generation.git

Install required Python packages

cd nd101-project-tv-script-generation
conda install --file requirements.txt

Launch the project Jupyter Notebook

jupyter notebook dlnd_tv_script_generation.ipynb

License

This project is licensed under the MIT License

Acknowledgments

Udacity Deep Learning Nanodegree

About

Recurrent Neural Network that generates scripts in the style of dialogue from Seinfeld

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published