Pranav 6f3e629cc8 First Commit | há 6 anos atrás | |
---|---|---|
.. | ||
data | há 6 anos atrás | |
README.md | há 6 anos atrás | |
helper.py | há 6 anos atrás | |
output.png | há 6 anos atrás | |
problem_unittests.py | há 6 anos atrás | |
requirements.txt | há 6 anos atrás | |
tv_script_generation.html | há 6 anos atrás | |
tv_script_generation.ipynb | há 6 anos atrás |
This project generates TV scripts using a Recurrent Neural Network.
In this project, a new TV script for a scene at Moe's Tavern (Simpsons) are generated using RNNs. The dataset used for training is a part of the Simpsons dataset of scripts from 27 seasons.
tv_script_generation.ipynb
– Project notebook.
tv_script_generation.html
– HTML Export of the project notebook.
helper.py
– Helper functions.
problem_unittests.py
– Unit tests.
requirements.txt
– List of dependencies.