The Driver Safety System is designed to prevent accidents caused by driver fatigue and intoxication. Using microcontroller technology and image processing algorithms, the system detects drowsiness and intoxication of the driver, controls vehicle speed, and ensures road safety.
- Driver drowsiness detection
- Lane and vehicle detection
- Notification sending and GPS tracking
The system is implemented using:
- Arduino microcontroller
- Python with OpenCV library for image processing
- Various sensors including Ultrasonic and MQ3
- GPS module for location tracking
- Connect the hardware components according to the provided schematics.
- Install the necessary software dependencies listed in the requirements.txt file.
- Configure the system parameters as needed.
- Run the main Python script to start the system.
- Ensure all connections are properly set up and the system is powered on.
- Monitor the system alerts for drowsiness or intoxication detection.
- Follow the instructions provided by the system for corrective actions, if needed.
- Drowsiness detection accuracy: 97%
- Lane and vehicle detection accuracy: 95%
- Effectiveness in preventing accidents: 97%
This project is licensed under the [MIT License].