Skip to content

heetu/Drowsiness_Detection

Repository files navigation

Drowsiness Detection

This code can detect your eyes and alert when the user is drowsy.

Applications

This can be used by riders who tend to drive for a longer period of time that may lead to accidents

Code Requirements

The example code is in Python (version 2.7 or higher will work).

Dependencies

  1. import cv2
  2. import imutils
  3. import dlib
  4. import scipy

Description

A computer vision system that can automatically detect driver drowsiness in a real-time video stream and then play an alarm if the driver appears to be drowsy.

For more information, see