edusync / app

Commit History

feat: implement FaceEngine service with Haar Cascade detection, eye-based alignment, and ArcFace embedding extraction
1cf37bf

sakshusat commited on

perf(onnx): optimized threading for multi-worker environments
3490e39

sakshusat commited on

feat: implement initial face recognition service with API endpoints for registration, attendance, and anti-spoofing capabilities.
e51f7f4

sakshusat commited on

feat: Add application configuration management with remote synchronization and an anti-spoofing utility.
31465a0

sakshusat commited on

feat: implement anti-spoofing utilities including liveness detection and lighting analysis, and introduce dynamic configuration management with remote sync.
c3dcf51

sakshusat commited on

feat: implement application configuration management including remote server synchronization and environment variable loading.
bcf1bd7

sakshusat commited on

feat: Introduce Pydantic-based application configuration with remote server synchronization for dynamic settings updates.
c72d7ef

sakshusat commited on

feat: Add anti-spoofing and liveness detection utilities including Laplacian variance, FFT analysis, YCbCr color consistency, eye aspect ratio, and lighting analysis.
25050f2

sakshusat commited on

feat: Implement anti-spoofing utilities and dynamic configuration management with remote sync.
4186154

sakshusat commited on

feat: implement FastAPI endpoints for face registration, attendance marking with liveness detection and lighting analysis, and face detection.
4b862b6

sakshusat commited on

feat: Initialize face recognition service with FastAPI, MongoDB, Haar Cascade, ArcFace ONNX, and dynamic configuration sync.
b54297c

sakshusat commited on

feat: Introduce face recognition service with Haar Cascade and ArcFace ONNX, updating Dockerfile system dependencies and simplifying pip install.
f9b989f

sakshusat commited on

chore: remove .env from tracking and update configuration
eb8829d

sakshusat commited on

feat: Implement centralized application configuration with remote server synchronization and periodic updates.
7a19f9f

sakshusat commited on

feat: Add API endpoints for face registration, attendance marking with liveness and lighting analysis, and introduce dynamic configuration.
5975314

sakshusat commited on

feat: Implement face recognition API with endpoints for student registration, attendance marking with anti-spoofing and lighting analysis, and face detection.
8d78e51

sakshusat commited on

chore: silence known opencv assertion logs and refine mediapipe init
ebd1cfc

sakshusat commited on

fix: OpenCV detectMultiScale crash in FaceEngine
ace1633

sakshusat commited on

fix: include FACE_API_KEY in config fetch requests
eedf8bf

sakshusat commited on

feat: upgrade face recognition with anti-spoofing and lighting checks
93d0910

sakshusat commited on

modified: app/__pycache__/main.cpython-313.pyc
9d8dc14

sakshusat commited on

Add root endpoint to resolve 404s
9ebc163

sakshusat commited on

Fix: Permission denied on model download and improve path detection
b7a8395

sakshusat commited on

Initial commit - face recognition service
47ff6b2

sakshusat commited on