pmlg / pmlg-poem-generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pmlg-poem-generator

This is a poem generator trained with Gated Recurrent Units (GRU) on a corpus of poems including those in:

Most of the code comes from Tensorflow's text generation tutorial.

Please refer to the notebook for an overview of the results.

Improvement ideas

Short term:

  • Clean the corpus
  • Find more data
  • Save a model
  • Try LSTM
  • Train a model based on sequences of words instead of characters

Middle term goals:

  • Create a rhyme generator
  • Train a model backward: from the last word to the first

The idea is to generate the rhymes first, and then write the lines from the last word to the first. This process makes sure that the generated poems rhyme.

Long term goals

  • Generate other kind of text (Haiku, magazines, articles, books...)

About


Languages

Language:Jupyter Notebook 82.0%Language:Python 18.0%