Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 558 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 558 Bytes

Drowsiness_Detection

Drowsiness detection and alert system for vehicle drivers. Developed in Python language using OpenCV and dlib libraries

Instructions

go to commad prompt:

  1. install python3
  2. install pip3
  3. install openCV library using pip3
  4. install pygame library suing pip3
  5. install imutils using pip3

To run this project:

  1. Go to project folder
  2. open terminal/command prompt there
  3. run the project using the following command: python detect_drowsiness.py --shape-predictor shape_predictor_68_face_landmarks.dat --alarm alarm.wav