Welcome to GPT-Role, a game where you and an AI will create a story together.
- A demo of the project can be found here.
- Ensure Docker is installed and running.
All commands must be executed from the project root directory
-
Build and start the application: With Docker running, execute the program by using:
docker compose down && docker compose build && docker compose up -d
-
View logs:
docker compose logs streamlit -f
Note: The commands can be executed at the same time by using:
docker compose down; docker compose build; docker compose up -d; docker compose logs streamlit -f
- Open your browser and navigate to: http://localhost:8501