NEtraAi / backend

Commit History

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: 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

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

093xpku commited on

Clean project layout deployment
9bc686b

093xpku commited on