A fun new party game: Prompt and Paint!
Run the app locally with Docker.
- Add your secret key and OpenAI API key to secrets.env in the top-level project directory.
KEY="$YOUR_SECRET_KEY"
OPENAI_API_KEY="$YOUR_API_KEY"
- Build the Docker image.
docker build -t vmporuri/prompt-and-paint .
- Start the application with Docker Compose.
docker compose -f compose.base.yml -f compose.deploy.yml up
- Visit URL in browser.
http://localhost:8080