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.

How I built it

Challenges I ran into

Accomplishments that I'm proud of

What I learned

What's next for Imagine

Share this project:

Updates