Faculty exhibitions attract over 1000 visitors, causing lab congestion, safety hazards, and inefficient manual crowd counting. Security teams often receive crowd updates too late to act before overcrowding occurs.
Our micro-service delivers real-time crowd density data to campus kiosks. It fetches live counts, computes capacity ratios, assigns intuitive traffic-light colors, and caches results. A single REST endpoint, /map-data, provides JSON for interactive heatmap rendering.
Our project focuses on developing a real-time campus crowd monitoring system designed to enhance safety, optimize resource allocation, and improve user experience.
By collecting and visualizing crowd data through a custom Heatmap API, the system provides live occupancy information for each building on campus.
To achieve this, we implemented mechanisms to gather crowd counts from CCTV video feeds and QR code scanning points, ensuring accurate, continuous, and scalable data collection.
…..