This document presents a real-time driver drowsiness detection system that uses computer vision and deep learning techniques. The system monitors a driver's face using a camera to detect drowsiness indicators like eye closure over time. It employs techniques like convolutional neural networks (CNNs) to extract features from images and classify if a driver's eyes are open or closed. If eyes are closed for too long, an alarm sound is triggered to alert the driver and prevent accidents from drowsy driving. The goal is to reduce road accidents by continuously monitoring a driver's alertness level and intervening with an alarm when drowsiness is detected.