This document describes a proposed system for anomaly detection in CCTV videos using deep learning techniques. The system has two main components: 1) feature extraction using convolutional neural networks to learn representations of normal behavior from training videos, and 2) an anomaly detection classifier to identify abnormal events in new videos based on the learned features. Several related works incorporating techniques like k-means clustering, decision trees, and neural networks for video-based anomaly detection are also reviewed. The methodology section outlines the overall framework, including preprocessing steps and separate training and testing phases to extract normal features and then detect anomalies.