Skip to content

Deeplearn-PeD/reggui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reg D. Bot GUI app

Flet-based GUI for Reggie

Installation

Local Installation

sudo apt install libmpv1
poetry install

Running the App

Desktop Mode

To run the app in desktop mode:

poetry run python -m reggui

Web Mode with Docker

To run the app as a web application using Docker Compose:

  1. Build and start the containers:
docker compose up --build
  1. Access the web interface at: http://localhost:8502

To stop the containers:

docker compose down