Skip to content

It's a PyScript which helps user to avoid Sleep while Driving on road which may lead to accidents and death.This is completely open source,anyone can use this to implement this in his/her project.It alerts user when EAR reaches to 0.18

Notifications You must be signed in to change notification settings

Anon3mou5/Drowsinessdetector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Drowsinessdetector

An OpenCV and Dlib Project which Detects DROWSINESS of a Person while Driving and Beeps, when EAR(Eye-Aspect-Ratio) goes below 0.19

NOTICE

Dlib installtion requires Pillow 7.2.0 to be installed

pip install Pillow

Libraries Required

imutils v0.5.3

pip install imutils

dlib v19.17.0

pip install dlib

scipy v1.5.2

pip install scipy

playsound v1.2.1

pip install playsound

argparse v1.4.0

pip install argparse

About

It's a PyScript which helps user to avoid Sleep while Driving on road which may lead to accidents and death.This is completely open source,anyone can use this to implement this in his/her project.It alerts user when EAR reaches to 0.18

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages