Inspiration
Markov chains, specifically those used by Claude Shannon for producing English-like text.
What it does
It takes text, and produces output text in the same style, with varying degrees of precision based on the order of the Markov-process. An algorithm has been implemented to change the order on a word-by-word basis, based on the frequency of the word in the input text. There is also a machine-learning algorithm that changes the Markov data structure in accordance with text that the user inputs after the initial input to refine the output text, and it's style.
Log in or sign up for Devpost to join the conversation.