Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 734 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 734 Bytes

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.