Computer Vision✓ CompletedMay 2024

Anomaly Detection in Crowds

An anomaly detection workflow designed for crowd monitoring applications. The system learns baseline crowd behavioral patterns using convolutional neural networks and flags statistically abnormal behavior using CNN-based real-time image correlation. Built for deployment in public spaces where crowd safety monitoring is critical.

Tech Stack

PythonDeep LearningCNNsPyTorchOpenCVImage Processing

Key Highlights

  • CNN-based baseline behavior learning from historical crowd footage
  • Real-time image correlation for anomaly scoring
  • Configurable sensitivity thresholds for different deployment environments
  • Frame-level anomaly heatmap visualization
  • Batch and streaming inference modes