athete / Haiku-Generator

A RNN-based haiku generator.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Haiku-Generator

A RNN-based model that generates a haiku.

Written in Python using TensorFlow and Keras

Data

The dataset to train the model was scraped from http://haiku.somebullshit.net/ which is an extensive database of haikus written on Reddit, mostly frivolous ones. Around 2000 haikus were used to train the model, and this can be found in the haiku_reddit.tsv file.

About

A RNN-based haiku generator.


Languages

Language:Jupyter Notebook 88.4%Language:Python 11.6%