With tool of your choice. e.g. venv and pip
python -m venv venvsource venv/bin/activatepip install .athome-generator --help
usage: athome-generator [-h] [-d DATA_DIR] [-p]
Generate Commands for Robocup@Home
options:
-h, --help show this help message and exit
-d DATA_DIR, --data-dir DATA_DIR
directory where the data is read from
-p, --print-config print parsed data and exit
Run the generator for the given DATA_DIR
athome-generator -d DATA_DIR
For an example layout check out the: CompetitionTemplate
nicegui UI for GPSR generator. Supports rephrasing via openai compatible llm apis over http://{host}:{port}/v1/chat/completions.
athome-generator-gpsr-ui --help
usage: athome-generator-gpsr-ui [-h] [-u URL] [--host HOST] [--port PORT] [-a API_KEY] [-d DATA_DIR]
robocupathome GPSR-UI for usage in competitions
options:
-h, --help show this help message and exit
-u URL, --url URL Full URL to OpenAI compatible Chat API
--host HOST LLM host
--port PORT LLM port
-a API_KEY, --api-key API_KEY
LLM API Key
-d DATA_DIR, --data-dir DATA_DIR
directory where the data is read from

