AvantGarble
This project explores the use of a primitive language model to build a chatbot. The chatbot responds to the users’ inputs with a series of random words similarly to what your phone’s autocomplete. You can try it here.

The project is inspired by Dadaism, an art movement of the early 20th century that embraced randomness and irrationality as a means of challenging traditional artistic values. The chatbot embodies these principles by generating nonsensical responses that defy logical interpretation.
The chatbot uses a simple Markov chain to generate text based on a corpus of English text (Blog Authorship Corpus).
The code is available on GitHub.
