SecureVision turns live CCTV into real-time loss-prevention signals.
A shipped multi-camera pipeline from detection to ReID search and an operator dashboard.
View project details
Problem
Cameras existed, but no reliable way to spot suspicious behavior before manual review.
Approach
An 11-stage pipeline: pose detection, BoT-SORT tracking, OSNet ReID, FAISS retrieval, and a Next.js dashboard.
Result
Deployed on live CCTV with GPU inference and sub-10ms ReID search.
- Camera ingestion with frame sampling.
- Pose-aware detection and multi-object tracking.
- ReID embeddings, FAISS indexing, cross-camera lookup.
- Behavior scoring on an operator dashboard.


