aahdee – checkin

I’m working on a website that’ll be hosted on github or aws that allows people to compose paragraphs for a gothic horror book. Through a LSTM trained on 19th century gothic horror novels, they’re first prompted with a few generated sentences, and then they can continue writing as they wish. I’m considering letting the LSTM try to predict their words and they can follow if they wish.

I’m having some issues with preloading the LSTM model such that people don’t have to wait a long time to use the website. Otherwise it seems to be okay. This is one of my first times building a website and it doesn’t seem to be too difficult.