Poem Generator Web Application With Keras, React, and Flask

An interesting area of NLP is text generation and by extension, poem generation. This article describes a poem generator web app I built using Keras, Flask, and React.

Natural Language Processing (NLP) is an exciting branch of machine learning and artificial intelligence, as it is applied in speech recognition, language translation, human-computer interaction, sentiment analysis, etc. One of the interesting areas is text generation, and of particular interest to me, is poem generation.

In this article, I describe a poem generator web application, which I built using Deep Learning with Keras, Flask, and React. The core algorithm is from TensorFlow available in their notebook. The data it needs is an existing set of poems. The data are in three text files. Read More

#nlp, #python