Shakespeare Generator

Project Overview

This is a language model trained on Shakespeare’s works. A Shakespeare generator.

What did I do?

1. I got some data

I downloaded shakespeare’s works from the Folger Shakespeare Library.

2. I cleaned and formatted the text.

3. I tokenized the text.

4. I define the model architecture.

5. Train the model.

6. Using the trained model.

Tech Stack

Key Concepts

AI, NLP, Web-Dev, Data Cleaning, Performance Optimization

Future Work

Maybe I’ll make a public github so people can train & run it locally.

Resources