Skip to content

RiyaGaur/Drowsiness-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Drowsiness-Detection

Drowsiness detection is a safety technology that can prevent accidents that are caused by drivers who fell asleep while driving. A countless number of people drive on the highway day and night. Taxi drivers, bus drivers, truck drivers and people traveling long-distance suffer from lack of sleep. Due to which it becomes very dangerous to drive while feeling sleepy.
So, to prevent these accidents we will build a system using Python, OpenCV, and Dlib which will alert the driver when he feels sleepy.


Tools Used

  1. OpenCV
  2. dlib
  3. pygame
  4. imutils
  5. scipy

Installing OpenCV

pip install opencv-contrib-python

Installing Dlib

conda install -c conda-forge dlib

Installing Pygame

pip install pygame

Installing imutils

pip install imutils

Installing scipy

pip install scipy


Basic Knowledge

Facial Landmarks Detection (Have a general knowledge)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages