This document presents a driver drowsiness detection system using deep learning. It begins with an introduction describing the safety issues caused by drowsy driving and the need for such a system. It then discusses the proposed system which uses a CNN trained on eye image data to classify eyes as open or closed in real-time video. If the eyes are classified as closed for a certain number of frames, an alert is triggered. The system achieved 96% accuracy on a test dataset. It concludes that CNNs provide better performance than other facial extraction methods for drowsiness detection.