A project inspired by Adrian Rosebrock's take on Drowsiness detection with OpenCV.
pip install numpy opencv-python dlib imutils
Note
If you're unable to install/run opencv-python or are faced with the error ImportError: DLL load failed while importing cv2: The specified module could not be found.
- Create a env in your pip/conda environment and try reinstalling opencv-python. Else,
- Run
!pip install opencv-contrib-pythonvia jupyter notebook cell.