Skip to content

Driver drowsiness detection using facial landmanrks, and modified aspect ratios, with support for calibration of ratios according to the user.

Notifications You must be signed in to change notification settings

Eessh/drowsy-driver

Repository files navigation

Drowsy Driver

Driver drowsiness detection using facial landmanrks, and modified aspect ratios, with support for calibration of ratios according to the user.

This is our B.Tech final year project, under the guidance of Prof.Mukul Kumar Das, Associate Professor, Department of Electronics Engineering, IIT (ISM) Dhanbad

Yawning screenshot

Running

  • Clone
    git clone https://github.com/Eessh/drowsy-driver.git
    cd drowsy-driver
  • Create virtual environment
    python -m venv venv
  • Activate virtual environment
    • Windows
      .\venv\Scripts\activate.bat
    • Unix (Linux/macOS)
      ./venv/Scripts/activate
  • Install required libraries
    pip install -r requirements.txt
  • Run
    python src/main.py

About

Driver drowsiness detection using facial landmanrks, and modified aspect ratios, with support for calibration of ratios according to the user.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages