This document discusses object detection using the Single Shot Detector (SSD) algorithm with the MobileNet V1 architecture. It begins with an introduction to object detection and a literature review of common techniques. It then describes the basic architecture of convolutional neural networks and how they are used for feature extraction in SSD. The SSD framework uses multi-scale feature maps for detection and convolutional predictors. MobileNet V1 reduces model size and complexity through depthwise separable convolutions. This allows SSD with MobileNet V1 to perform real-time object detection with reduced parameters and computations compared to other models.