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.