Simple Word and Char Rnn This repository contains Simple implementation of word and char RNN with tensorflow. More info in blog Install dependencies pip install -r requirements.txt Run Char-RNN python char-rnn.py Run Word-RNN python word-rnn.py