Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 398 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 398 Bytes

Generating a telenovela 'script' with Python Keras RNN LSTM model

Let's generate telenovela scripts! Example approach to using Keras to generate a RNN LTSM model for telenovela script text generation.

Installation

Model is written using Python 3. For serve up the jupyter notebook:

pip install -r requirements.txt
jupyter notebook

Analysis

Located in the Jupyter notebook.