akshaybahadur21
Drowsiness_Detection
Jupyter Notebook

A simple Drowsiness Detection module for humans. ๐Ÿ˜ด ๐Ÿšซ ๐Ÿš—

Last updated Aug 6, 2026
543
Stars
263
Forks
4
Issues
0
Stars/day
Attention Score
34
Language breakdown
Jupyter Notebook 71.1%
Python 28.9%
โ–ธ Files click to expand
README

Drowsiness Detection OpenCV ๐Ÿ˜ด ๐Ÿšซ ๐Ÿš—

This code can detect your eyes and alert when the user is drowsy.

Applications ๐ŸŽฏ

This can be used by riders who tend to drive for a longer period of time that may lead to accidents

Code Requirements ๐Ÿฆ„

The example code is in Python (version 2.7 or higher will work).

Dependencies

1) import cv2 2) import imutils 3) import dlib 4) import scipy

Description ๐Ÿ“Œ

A computer vision system that can automatically detect driver drowsiness in a real-time video stream and then play an alarm if the driver appears to be drowsy.

Algorithm ๐Ÿ‘จโ€๐Ÿ”ฌ

Each eye is represented by 6 (x, y)-coordinates, starting at the left-corner of the eye (as if you were looking at the person), and then working clockwise around the eye.

It checks 20 consecutive frames and if the Eye Aspect ratio is less than 0.25, Alert is generated.

Relationship

Summing up

For more information, see

Results ๐Ÿ“Š

Execution ๐Ÿ‰

To run the code, type python Drowsiness_Detection.py
python Drowsiness_Detection.py
Made with โค๏ธ and ๐Ÿฆ™ by Akshay Bahadur

๐Ÿ“Œ Cite Us

To cite this guide, use the below format:

@article{Drowsiness_Detection, author = {Bahadur, Akshay}, journal = {https://github.com/akshaybahadur21/Drowsiness_Detection}, month = {01}, title = {{Drowsiness_Detection}}, year = {2018} }

References ๐Ÿ”ฑ

- Adrian Rosebrock, PyImageSearch Blog
๐Ÿ”— More in this category

ยฉ 2026 GitRepoTrend ยท akshaybahadur21/Drowsiness_Detection ยท Updated daily from GitHub