Skip to content

C0mRD/Drowsiness-detection

Repository files navigation

Drowsiness-detection

Real-Time Drowsiness Identification based on Eye State Analysis

Live: https://drowsiness.onrender.com

To run it locally first install the requirements:

pip install -r requirements.txt

Also You need to follow some additional steps to install dlib based on yor operating System. Check These tutorials for building dlib in Windows and Linux

To run the application:

python -m flask --app main run

You could also use the docker build process. See the Dockerfile for that.