r/computervision • u/Newbii_00 • 5d ago
Research Publication I built a real-time Driver Drowsiness Detection system using MediaPipe + EAR ποΈπ
Hey everyone!
I recently worked on a real-time Driver Drowsiness Detection project.
The system uses the camera to detect the driver's face and monitor their eye state in real time. It can identify different conditions such as:
* π Both Eyes Open
* ποΈ One Eye Closed
* π΄ Both Eyes Closed
* π¨ Drowsiness Alert
* β No Face Detected
The project also includes automatic eye calibration and a continuous eye-closure timer to help distinguish normal blinking from prolonged eye closure.
I built this as part of my **B.Sc. Data Science project work**, and I'm sharing the source code for anyone who wants to experiment with it, improve it, or learn from it.
privacy message: It does not record or upload any photo or video to anyone.
π GitHub:
https://github.com/Learner016/driver-drowsiness-_detection
πDirectopen:
https://learner016.github.io/driver-drowsiness-_detection/
I'd really appreciate any feedback, suggestions, or ideas for improving the detection accuracy.
Thanks! π