This project is a standalone desktop-based face authentication system built using Python, PyQt5, OpenCV, and Deep Learning (DeepFace/FaceNet). The application uses the computer’s local webcam to ...
json_annotation_tool/ # Project root directory ├── build/ # PyInstaller build artifacts (ignore) │ └── main/ # Bundled library and metadata ├── dist/ # Distributable output (e.g., executable) │ └── ...