To run this application you must have python3.11, and the corresponding python-venv pakage installed on your system.
To begin you must create a python virtual environment:
python3 -m venv .venv
Activate the virtual environment:
source .venv/bin/activate
Then, install the required/recommended packages:
pip install -r requirements.txt
And finally run the init script to start the application:
sh ./init.sh