This document summarizes a project that aims to develop a software system using computer vision and machine learning to detect whether motorcycle riders in Bangladesh are wearing helmets. It will use a camera to take photos of riders, apply object detection models like YOLO to identify bikes and people, and check if the riders are wearing helmets. If not, it will record the bike's license plate number. The document reviews similar existing works and compares the parameters of this project. It outlines that the project will be implemented in Python using YOLO and OpenCV for real-time object detection and helmet detection from images to help enforce road safety in Bangladesh.