Inspiration
NLP
What it does
Generates a Haiku from any piece of Text
eg:-A piece of text I am trained in gorilla warfare and Im the top sniper in the entire US armed forces. generates a haiku :-
full extent to wipe
unholy retribution
to its full extent
How we built it
Using spaCy, which does "Rule-Based Pattern Match" to process texts and syllapy to count syllables.
So before running the script, install spaCy and syllapy:-
$ pip3 install -U spacy
$ pip3 install syllapy
$ python3 -m spacy download en_core_web_sm
Challenges we ran into
Learning about spaCy and generation of Haiku
Accomplishments that we're proud of
Understood the logic of random Haiku generation and was able to implement an Haiku NLP
What we learned
Haiku generation
Built With
- natural-language-processing
- python
- spacy
- syllapy

Log in or sign up for Devpost to join the conversation.