The document proposes a vision-based driver fatigue detection system that uses a webcam to capture images of the driver's face, applies algorithms like Haar cascade classification and dlib facial landmark detection to locate the eyes, and calculates an eye aspect ratio (EAR) to determine if the driver is fatigued based on eye openness. The system was found to accurately and robustly detect driver fatigue in experiments using just a webcam mounted in a vehicle. Key algorithms involved in the proposed system include face detection, eye localization, and computing the EAR to classify the driver's state.