Skip to content

An application to detect drowsiness of drivers and alert them.

Notifications You must be signed in to change notification settings

BugHoppers/drowsiness-detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Drowsiness Detector

An application to detect drowsiness of drivers and alert them.

Requirements:

  • Python 3.6 +
  • Keras
  • OpenCV
  • imutils

Training the Model

Run -

    $ python3 model.py

The trained model is saved as 'eyeblink.hdf5'

Running the Application

Run -

    $ python3 drowsiness_detection.py

Working Example

Demo

Future Implementation

The application can be loaded into a raspberry pi and using its camera module it can be used in cars for detecting drowsiness in drivers. This could help in preventing many car accidents cause due to drowsiness while driving.

About

An application to detect drowsiness of drivers and alert them.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages