Spaces:
Sleeping
Sleeping
File size: 294 Bytes
98a79a7 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | """
Zaytrics Smart Crowd Monitoring System
Version 1.0
A computer vision-based application for real-time crowd detection,
density estimation, and monitoring dashboard.
Organization: SEECS, NUST
Prepared by: AMMO
"""
__version__ = "1.0.0"
__author__ = "AMMO"
__organization__ = "SEECS, NUST"
|