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
- 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
- Windows
- Install required libraries
pip install -r requirements.txt
- Run
python src/main.py