drows-detect
This Program detects drowsiness by a person's face
...Inspiration:
I have implemented all of this by looking at the Amazing Code-along by Adrian at PyImageSearch. I have just understood and implemented that.
Running the Code:
To run the code on your standard Python 3.6 Installation, you must install the dependencies by following this:
pip install cmake
pip install scipy numpy matplotlib scikit-learn
pip install opencv-contrib-python
pip install imutils
pip install dlib
pip install playsound