Loading repository data…
Loading repository data…
azilRababe / repository
Real-time Driver Drowsiness Detection
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
The Drowsy Alert App is a Python-based application that uses computer vision techniques to detect drowsiness in drivers. It utilizes facial landmarks and eye aspect ratio (EAR) to determine if a person's eyes are closed for an extended period, indicating drowsiness. When drowsiness is detected, the app provides an alert to help prevent accidents caused by driver fatigue.
Before running the Drowsy Alert App, ensure that you have the following prerequisites installed:
You can install the required dependencies by running the following command:
pip install -r requirements.txt
git clone https://github.com/azilRababe/DrowsyAlertApp.git
cd DrowsyAlertApp
python app.py
app.py file in a text editor.THRESHOLD variable at the top of the file.Contributions to the DrowsyAlertApp project are welcome. If you find any issues or have suggestions for improvements, please open an issue on the GitHub repository.
The Drowsy Alert App is built upon various open-source libraries and resources. The following resources have been used in the development of this project:
Special thanks to the contributors of these libraries and the open-source community for their valuable contributions.
The Drowsy Alert App is an educational project and should not be solely relied upon for ensuring road safety.