Ha.nnes.dev

AIalogue

🤖

Generate simple dialogues for learners of English as a second language that contain specific keywords

Running

Export an OpenAI API key as an environment variable:

export OPEN_AI_API_KEY=...

Build and run the Docker image

docker build --tag=aialogue .
docker run --env OPEN_AI_API_KEY=$OPEN_AI_API_KEY --publish 8080 aialogue

Access the app in your browser at localhost:8080.