An open API service indexing awesome lists of open source software.

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.

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
```