GDSC-RCCIIT / General-Purpose-Scripts

A repository containing several general purpose Python scripts to automate daily and common tasks.
GNU General Public License v3.0
49 stars 116 forks source link

Detect Driver Drowsiness #301

Closed mahalrupi closed 3 years ago

mahalrupi commented 3 years ago

Suggest a new script for the project

Describe the new script you want

A python script which will detect a human face feature and check whether his/her eyes are drowsy or not

Describe the solution you'd like us to follow

Will calculate vertical length of eyes in real time and if it is smaller than a threshold value for a duration of seconds, will alert the person through an alarm

Do you want to work on this?

yes

Additional context

Add any other context or screenshots about the feature request here. If not applicable remove this section.

github-actions[bot] commented 3 years ago

Thank you for opening your first issue in our repository, one of our maintainers will get in touch with you soon.

OBITORASU commented 3 years ago

Don't think this one is general purpose enough to be considered as a part of our repository.