Seussaphone

Text generator based off of Dr. Seuss Books to better enhance story telling with children. We built this using an Amazon Alexa skills kit, combined with our own python code utilizing the nltk and pronunciations/CMUdict APIs in order to lexically parse input data. We then submitted that data into our own Markov chain text generation model, which was trained on Dr. Seuss literature, in order to generate a new piece of text that was similar to Seuss' style.

Setup for Lambda

pip install -r requirements.txt
python setup_lambda.py

Built With

Share this project:

Updates