FastAPI store intelligence pipeline turning CCTV video into live metrics
It solves the problem of extracting visitor events from CCTV footage and exposing them via an API for real‑time retail metrics. The pipeline processes video clips, generates JSONL events, and the FastAPI service ingests them, deduplicates, and provides endpoints for visitor counts, conversion rates, heatmaps and anomalies. It is aimed at retail operators and data engineers who need an on‑premise analytics stack without building everything from scratch. Compared to generic video analytics tools, it bundles end‑to‑end ingestion, storage and ready‑to‑use metrics API in a single Docker‑compose setup.
Visit author’s GitHub →dola2164-png/StoreIntelligence