Skip to content

Driver Drowsiness Detection System based on Face Recognition

Notifications You must be signed in to change notification settings

sansriti14/face-recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Face Recognition

Driver Drowsiness Detection System based on Face Recognition

It is a Computer Vision System which can automatically detect the driver drowsiness in real time video stream and generates an alarm if the driver appears to be drowsy. dlib has been used to detect human face using pre-defined 68 landmarks. After passing video feed to dlib frame by frame, it can detect left and right eye. It draws contours around it using openCV. Using Scipy's Euclidean function, it calculates Eye Aspect Ratio (EAR) and if EAR is less than 0.25, it sounds the alarm.

How to run:

About

Driver Drowsiness Detection System based on Face Recognition

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published