Skip to content

Akkash-Kumar/Drowsiness

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

--- Used to prevent accidents caused by driver getting drowsy ---

Python libraries to install:

  1. pip install scipy
  2. pip install sklearn
  3. pip install dlib
  4. pip install imutils
  5. pip install opencv-python
  6. pip install opencv-contrib-python

-> Inside dlib library there is pre-trained model called facial landmark detector which locates 68 data points that maps facial structures like eyes,nose,jaw,mouth. -> Here we are targetting eye data points, left eye is accessed with [42,47] points and right eye is accessed with [36,41] points.

About

Drowsiness detection using pre-trained model

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages