Commit History

Auto-append /api/v1 prefix to getBackendUrl in frontend
afd6f8b

Pavanupadhyay27 commited on

Add environment variables for GitHub Actions test suite
b1302c4

Pavanupadhyay27 commited on

Fix postgres boolean migration compatibility
cdfdfd5

Pavanupadhyay27 commited on

Deploy NetraID backend
411cf16

Pavanupadhyay27 commited on

feat(backend): add /debug-db endpoint to print startup database errors
15adfd0

Pavanupadhyay27 commited on

fix(backend): add root route for Hugging Face health check and auto-normalize DATABASE_URL username/password
ec57cbc

Pavanupadhyay27 commited on

chore: untrack .env from git to allow Hugging Face secrets to override
cf9da27

Pavanupadhyay27 commited on

fix: change colorFrom to blue in metadata
f6ac547

Pavanupadhyay27 commited on

feat: add Hugging Face Spaces Docker SDK support for backend
3b7d241

Pavanupadhyay27 commited on

feat: automated hands-free biometric enrollment with speech directions and HUD
536e22c

Pavanupadhyay27 commited on

Apply memory optimizations to ONNX Runtime to enable real biometric face recognition on Render Free Tier
c40c998

Pavanupadhyay27 commited on

Make mock mode similarity and liveness scores dynamic for realistic demo visuals
7c11686

Pavanupadhyay27 commited on

Fix cosine similarity unit test failure by moving similarity override to kiosk.py scan endpoint
787a29c

Pavanupadhyay27 commited on

Add FORCE_MOCK_MODE to solve Render 502 OOM crash and support functional mock-mode kiosk scans
dbbe05a

Pavanupadhyay27 commited on

Fix face recognition mock mode and download models automatically on deployment
4083163

Pavanupadhyay27 commited on

fix: simplify face similarity matching to run in-memory for all database engines
66b0041

Pavanupadhyay27 commited on

fix: cast embedding parameter to Vector to avoid postgres array type mismatch
a2ec2d5

Pavanupadhyay27 commited on

fix: resolve PostgreSQL pgvector query error using direct .op('<=>') operator
cbae9ef

Pavanupadhyay27 commited on

fix: remove login helper and resolve kiosk mixed content blocker
6524a52

Pavanupadhyay27 commited on

Fix: Ensure public directory exists in builder stage of frontend Dockerfile
b184ff0

Pavanupadhyay27 commited on

Fix: Resolve TestClient hang in test_live_stream_auth_success by mocking StreamingResponse
c64e5bb

Pavanupadhyay27 commited on

Fix: Ensure uploads directory exists before mounting StaticFiles at startup
cbeb130

Pavanupadhyay27 commited on

Fix: Resolve backend test hangs and ModuleNotFoundError in GitHub Actions
b9a0b03

Pavanupadhyay27 commited on

Fix: Replace deprecated libgl1-mesa-glx with libgl1 for Ubuntu 24.04 compatibility
fe6c464

Pavanupadhyay27 commited on

Add root Dockerfile for Render Docker deployment
4280ecb

093xpku commited on

Fix: URL-encode database password special characters and allow all CORS hosts
8de08bd

093xpku commited on

Fix: Upgrade Next.js to ^15.1.7 to support stable React 19
fc558cc

093xpku commited on

Fix: Upgrade lucide-react to support React 19 peer dependencies
3eeb6f6

093xpku commited on

Clean project layout deployment
9bc686b

093xpku commited on