In this project, I work on code in Jupiter Notebook that generates fake Simpsons TV scripts. I use Tensorflow to build a Recurrent Neural Network (RNN) and train it on scripts of 27 seasons of Simpsons.
The code is Python in a Jupyter Notebook and it uses:
You can install everything you need to run this project with Anaconda.
Clone this repository
git clone https://github.com/rauf-mifteev/DLND_TV_Script_Generation.git
Navigate to the cloned directories location and start jupyter notebook with dlnd_tv_script_generation.ipynb
jupyter notebook dlnd_tv_script_generation.ipynb