Flet-based GUI for Reggie
sudo apt install libmpv1
poetry install
To run the app in desktop mode:
poetry run python -m reggui
To run the app as a web application using Docker Compose:
- Build and start the containers:
docker compose up --build
- Access the web interface at: http://localhost:8502
To stop the containers:
docker compose down