Skip to content

The objective of this intermediate Python project is to build a drowsiness detection system that will detect that a person’s eyes are closed for a few seconds. This system will alert the driver when drowsiness is detected.

Notifications You must be signed in to change notification settings

Anmol-Sri/Driver-Drowsiness-Detection-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Driver-Drowsiness-Detection-System

The objective of this intermediate Python project is to build a drowsiness detection system that will detect that a person’s eyes are closed for a few seconds. This system will alert the driver when drowsiness is detected.

Used Technologies :

  • Python
  • OpenCV – pip install opencv-python (face and eye detection).
  • TensorFlow – pip install tensorflow (keras uses TensorFlow as backend).
  • Keras – pip install keras (to build our classification model).
  • Pygame – pip install pygame (to play alarm sound).

Steps to Run :

  • Download the Zip File of this Project and Extract it
  • Install all the Required technologies by writing the commands given above in your command line
  • Run the Project by the following Line through Command Line :
    • python "drowsiness detection.py"

ScreenShots :

Alt Text Alt Text

About

The objective of this intermediate Python project is to build a drowsiness detection system that will detect that a person’s eyes are closed for a few seconds. This system will alert the driver when drowsiness is detected.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages