Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 852 Bytes

File metadata and controls

41 lines (27 loc) · 852 Bytes

AI Driver Monitoring System

Real-time drowsiness and distraction detection system for driver safety using computer vision and deep learning.

Features

  • Eye aspect ratio analysis for drowsiness detection
  • Head pose estimation for distraction monitoring
  • Yawn detection using facial landmarks
  • Audible and visual alert system
  • Configurable sensitivity thresholds
  • Session logging for fleet management

Tech Stack

Python, OpenCV, Dlib, TensorFlow, NumPy, Pygame

Getting Started

Prerequisites

  • Python 3.8+
  • pip

Installation

git clone https://github.com/karthik-idikuda/AI-Driver-Monitering-System.git
cd AI-Driver-Monitering-System
pip install -r requirements.txt

Usage

python main.py

License

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