Smart-Crowd-Detector / src /__init__.py
Ali Abdullah
Fix requirements.txt encoding for HF
98a79a7
raw
history blame contribute delete
294 Bytes
"""
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"