Skip to content

Latest commit

 

History

History
35 lines (31 loc) · 854 Bytes

README.md

File metadata and controls

35 lines (31 loc) · 854 Bytes

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