manage.sh train and test commands #6

Open
opened 2026-04-26 21:43:42 -07:00 by pyr0ball · 0 comments
Owner

Extend manage.sh with two new commands:

./manage.sh train          # launch training UI only (port 8521), no daemon
./manage.sh test           # run pytest tests/
./manage.sh train --reset  # clear trained model for active profile, retrain from scratch

Also add to the status output: active profile name, trained model timestamp, sample count per gesture class, current backend (xdotool/pyautogui).

Extend `manage.sh` with two new commands: ``` ./manage.sh train # launch training UI only (port 8521), no daemon ./manage.sh test # run pytest tests/ ./manage.sh train --reset # clear trained model for active profile, retrain from scratch ``` Also add to the status output: active profile name, trained model timestamp, sample count per gesture class, current backend (xdotool/pyautogui).
pyr0ball added this to the Phase A — Camera-Only milestone 2026-04-26 21:43:42 -07:00
Sign in to join this conversation.
No labels
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Circuit-Forge/raven#6
No description provided.