Home

StoryRobot

StoryRobot is an interactive live stream that uses AI to generate stories, where the chatters can directly insert their own storyline (prompt) to take the shift of the story displayed on the livestream into their own hands. I'm not running this project anymore due to API costs, but I used OpenAI GPT-3 API for text and DALL-E 2 API for images. Currently, I'm developing a more in-depth version on the side which uses GPT-4 with various other additions and modes.

Here are a couple demos of StoryRobot in its current phase of development

This is a demo of the Story mode.

Each time "TYPE NOW" appears on the screen, the livestream will take all of the chatters messages and select a random one, then feed it into the AI to generate a new plot. This means the story is only limited to the creativity of the chatters.

This is a demo of the Battle mode.

In this mode, the livestream will collect two chat messages (which will represent characters) and place them into an AI-generated battle. 

Again, the livestream is limited only by the creativity of the selected chat messages. Any character you can imagine can battle in this mode.

More modes and features are currently in development.