A text generator is an application based on NLP (Natural Language Processing) techniques. It tries to understand the context of an input and adds its own thoughts around it.
When provided a text input – a phrase, sentence or paragraph, this demo attempts to generate some stories around it. The demo was implemented using deep learning language models pre-trained on Wikipedia text.
Transfer learning was used to augment the pre-trained model on Yelp dataset.