https://github.com/anubhav-bhargava/driver-drowsiness-detection
Computer Vision model to detect eyes and alert when the user is drowsy.
https://github.com/anubhav-bhargava/driver-drowsiness-detection
computer-vision detect-eyes driver-drowsiness-detection opencv python
Last synced: about 1 year ago
JSON representation
Computer Vision model to detect eyes and alert when the user is drowsy.
- Host: GitHub
- URL: https://github.com/anubhav-bhargava/driver-drowsiness-detection
- Owner: Anubhav-Bhargava
- License: mit
- Created: 2018-01-17T17:44:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-17T17:47:50.000Z (about 8 years ago)
- Last Synced: 2025-04-05T12:51:09.561Z (over 1 year ago)
- Topics: computer-vision, detect-eyes, driver-drowsiness-detection, opencv, python
- Language: Python
- Homepage:
- Size: 75.2 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Driver-Drowsiness-Detection
This code is the python implementation of the paper [Real-Time Eye Blink Detection Using Facial Landmarks](http://vision.fe.uni-lj.si/cvww2016/proceedings/papers/05.pdf) to detect Driver Drowsiness and raise an alert.
# Prerequisites
>The code is developed for Python 2.7
>All dependencies are mentioned in Requirements.txt file
>You'll also need a facial landmarks file, which can be download [here](https://sourceforge.net/projects/dclib/files/dlib/v18.10/shape_predictor_68_face_landmarks.dat.bz2/download)
### Execution
```
python Driver_Drowsiness_Detection.py
```