riesentoaster / prompt-battle-live

MIT License
0 stars 1 forks source link

prompt-battle-live

A system to run prompt battles on stage.

Prompt Battle is a game show invented by Florian A. Schmidt and Sebastian Schmieg at HTW Dresden. It involves (at least) two players, who are presented with a challenge and then write a prompt to be fed to a text-to-image system such as OpenAI's DALL-E.

This system allows running prompt battles on stage. To do this, it contains

All information is updated live between the components, which means that the audience can see the prompts as the players type them.

Commands

Docker

The system can be built and run using the provided Dockerfile.

Environment

The following settings can be adjusted using environment variables:

These can either be set in your environment manually, in the docker run command (see above), or in a .env file — copy the .env.example to .env and fill out the information for this.

Disclaimer

This project is not 100% stable but usable. Pull requests are welcome!