Haiku Generator

haiku-header.png

This project produces a random haiku generator.

By using texts coming from actual books, a Python script automatically extracts words and outputs a haiku (a text that follows the 5-7-5 syllable rule).

Texts were taken from Project Gutenberg, an online library of more than 60,000 books. Among the Python libraries used for this project were SpaCy and SyllaPy.

You can learn more about this project by reading this blog post or by checking out the code on Github.