This Project is the 3rd project of the Udacity Deep Learning Nanodegree
The goal was to generate a new Seinfeld TV show script by a RNN AI model.
- Anaconda Python 3
- Python libraries: PyTorch, numpy, pandas, matplotlib
- Jupyter Notebook
Eli Shay – El_mn123@hotmail.com
https://github.com/EliShayGH/tv-script-generation
- Fork it (https://github.com/EliShayGH/tv-script-generation/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request