Facial-recognition gate-entry simulation: re-verify a guest by face on quick re-entry instead of pulling a manager. Real CNN face matching + passive anti-spoofing, FastAPI kiosk, manager review. A ...
src/ ├── app/ │ ├── __init__.py │ ├── main.py # FastAPI app initialization, middleware, routes setup │ ├── core ...