Battle each other in an amazing prompt slam using the power of DALL-E and GPT Image 1.
The Prompt Slam Interface is a platform for hosting prompt battles, where participants compete against each other using text-to-image AI models. Developed for an independent Prompt Slam event series hosted at HfK Bremen, the interface allows contestants to generate images based on given prompts within a time limit. The audience then chooses the winner. The interface requires API access to the OpenAI API for functionality.
YOUR_OPENAI_API_KEY in the .env.example file with your OpenAI API key..env.example file to .env.To start the development server after installing dependencies with npm install, pnpm install, or yarn:
npm run dev
To create a production version of the app:
npm run build
To preview the production build:
npm run preview
To start the production build as a node.js app:
npm start
To deploy the app as a Docker container:
.env file and adjusted the ORIGIN variable.The Prompt Slam Interface is a platform for hosting prompt battles that utilize text-to-image AI models. With features such as prompt and image generation, crowd judging, and multiple game modes, it offers an engaging experience for participants and audience members. The installation process is straightforward, requiring API access to the OpenAI API and basic server deployment knowledge. Overall, the Prompt Slam Interface provides a fun and interactive way to showcase the capabilities of AI technology in a competitive setting.