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

Vinayakk83/Driver-Drowsiness-Detection-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 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
  • OpenCVpip install opencv-python (face and eye detection).
  • TensorFlowpip install tensorflow (keras uses TensorFlow as backend).
  • Keraspip install keras (to build our classification model).
  • Pygamepip 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"

Preview :


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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages