Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 947 Bytes

File metadata and controls

19 lines (16 loc) · 947 Bytes

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