elementh11 / TV-Scripts-Generator-RNN

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TV Scripts Generator RNN

This repository contains the Jupyter notebook and helper Python files for my Udacity's Deep Learning Nanodegree project.

Description: A recurent neural network (RNN) is trained to generate TV scripts in the style of dialogue from Seinfeld.

Dependencies

The project requires PyTorch and torchvision in order to run. The prerequisites are easier installed using conda:

conda create -n scripts python=3

conda activate scripts

conda install pytorch torchvision -c pytorch

pip

To install torchvision with pip, you can issue pip install torchvision.

About


Languages

Language:HTML 85.2%Language:Jupyter Notebook 12.3%Language:Python 2.5%