This project leverages Multi-Layer Perceptrons (MLP) for next character prediction. Using a rich dataset of texts from William Shakespeare, this implementation is designed for text generation. This involves training a model that involves an embedding layer and multiple fully connected layers.