Skip to content

Building a Recurrent Neural network implementing LSTM cells in order to generate a new Simpsons TV script.

License

Notifications You must be signed in to change notification settings

sbatururimi/tv-script-generation

Repository files navigation

Overview

Building a Recurrent Neural network implementing LSTM cells in order to generate a new Simpsons TV script. The Simpsons dataset of scripts from 27 seasons was used. The Neural Network generates a new TV script for a scene at Moe's Tavern. The RNN was trained on GPU using FloydHub.

In order to run it, setup Conda, then activate an environment:

$ conda env create -f environment.yaml

Setup floyd hub and launch it in GPU mode:

$ floyd login
$ floyd init
$ floyd run --mode jupyter --gpu

Take a look

You can open the jupyter notebook directly in github TV script generation with RNN

License

License: MIT

About

Building a Recurrent Neural network implementing LSTM cells in order to generate a new Simpsons TV script.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published