hatchmoment. scored by care · not by stars

StoreIntelligence

FastAPI store intelligence pipeline turning CCTV video into live metrics

notablePython⚙ Backend & APIs
This project was removed, hidden or re-uploaded by its author. The description is kept here as a snapshot of the idea — search for it manually on the author’s page.

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