The Driver Drowsiness Detection System is an AI-powered safety solution that uses computer vision and machine learning to monitor driver alertness in real time. By analyzing eye closure, yawning, and head movement through a webcam, the system provides instant alerts to help prevent accidents caused by fatigue.
driver-drowsiness-detection/ β βββ index.html # Main web page (project showcase) β βββ requirement.txt # Python dependencies for macOS β βββ DrowsinessDetector.py # Main Python script β βββ shape_predictor_68_face_landmarks.dat # Pre-trained model (large file) β βββ alert.mp3 # Audio alert file β βββ SVMclassifier.dat # (If used) SVM model file β βββ run.bat # (Optional) Windows batch file to run the script β βββ video/ β βββ demo.mp4 # Demo video of your project β βββ images/ # (Optional) Folder for screenshots, thumbnails, etc. β βββ thumbnail.jpg # Thumbnail for video (used in HTML poster) β βββ src/ # (Optional) Source code folder if you want to organize scripts β βββ ... # Additional Python scripts or modules β βββ docs/ # (Optional) Documentation, reports, or extra info β βββ README.md # Project readme (if not in root) β βββ .idea/ # (Optional) IDE/project config files (can be ignored for sharing) β βββ ... # PyCharm or VSCode config files β βββ Dlib_Windows_Python3.x-main/ # (Optional) Dlib Windows wheel and related files (not needed for macOS) βββ ... # Dlib wheel, README, etc.
Need a custom AI solution? Letβs build a cutting-edge system together.
You can access the full Project.
Includes: Source code, web app files, trained models, dataset (optional), and deployment scripts.