This is a repo for using AWS for the course IDS706 - Data Engineering
This is a straighforward microservice created using FastAPI and hosted on AWS App Runner.
It is a text generator using Markov chains, and it generates Shakespear-style sentences. Enter the number of sentences you'd like to generate as integers after the "/" and you'll get sentences in Shakespear style.
The training corpuses used are Hamlet, MacBeth, and Julius Caesar. The program is adapted from this article.
To use the microservice, visit this link.
A demo of this microservice is here. Documentation of the API can be found at this link.