The Driver Fatigue Detection Model is an AI-powered system designed to detect driver fatigue through real-time facial feature analysis. By monitoring signs such as eye movement and yawning, the model aims to reduce road accidents caused by driver exhaustion.
- Dataset: Images of drivers annotated with fatigue levels based on key facial attributes.
- Model: Deep learning (CNN-based) models to classify and detect fatigue signs.
- Real-Time Detection: Integrated camera support for live monitoring and alerts.
- Evaluation: Assesses model accuracy and responsiveness under real-world scenarios.
- Real-time facial analysis for fatigue detection.
- Automated alerts to warn drivers.
- Adjustable sensitivity thresholds for fatigue detection.
- User-friendly interface.
- Programming Language: Python 3.7+
- Libraries: OpenCV, TensorFlow/Keras, NumPy, Matplotlib
- Hardware: HD camera, GPU support for TensorFlow (for real-time performance).
This project is licensed under the MIT License.
You are free to use, modify, and distribute this project under the terms of the license.
- Clone the repository:
git clone https://github.com/Mr-1504/Driver-Fatigue-Detection-Model.git cd Driver-Fatigue-Detection-Model
- Install required dependencies:
pip install -r requirements.txt
- Run the model:
python main.py
- Fork this repository.
- Create a feature branch:
git checkout -b feature-branch-name
- Commit your changes:
git commit -m "Add new feature"
- Submit a pull request for review.
- Author: Mr-1504
- Email: [email protected]