Setup instructions
Create a Python 3.10 or 3.11 virtual environment, install the requirements, then run the desktop script. The app creates a local SQLite database and registered face image folder on first launch.
python -m venv .venv && source .venv/bin/activate && pip install -r requirements.txt && python facedesk_app.py