Skip to content

guplem/GPT-Role

Repository files navigation

GPT-Role

Welcome to GPT-Role, a game where you and an AI will create a story together.

Public access

  • A demo of the project can be found here.

Development Instructions

Prerequisites

  • Ensure Docker is installed and running.

Execution

All commands must be executed from the project root directory

  1. Build and start the application: With Docker running, execute the program by using:

    docker compose down && docker compose build && docker compose up -d
  2. 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

Access

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published