This document describes a driver drowsiness detection system using image processing. The system uses a Raspberry Pi camera to capture video frames of the driver's face. It then uses computer vision techniques like Haar cascade classifiers and the Hough transform to detect and track the face and eyes in each frame. It monitors the number of consecutive frames where the eyes are closed to determine if the driver is drowsy. If the eyes are closed for more than 2 seconds, it will trigger an alarm. The system aims to reduce road accidents caused by driver fatigue by providing an early warning of drowsiness without any physical probes contacting the driver.