Skip to content

N3R0162/Driver_Drowsiness_Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Driver Drowsiness Detection using Eye Landmarks

Description

This application detects driver drowsiness based on the condition of their eyes. It utilizes eye landmarks to assess the level of drowsiness and provide alerts when necessary.

Auto Installation

The set up process can be done by running the following command after create a virtual environment:

sh setup.sh

Or the manual installation can be done by following the steps below.

Manual Installatio

To install the required dependencies, use the following command:

pip3 install -r requirements.txt

This project use FaceBoxV2 for detecting facial bounding box, in order for the app to run, first the FaceBoxV2 must be built:

cd ./FaceBoxesV2/utils/
sh make.sh

To run the program, execute the following command:

streamlit run ./source/main.py

License:

This project is licensed under the terms of the MIT License. See the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published