jominjose14 / SleepyWheels

An ensemble drowsiness detection system
https://sleepywheels.vercel.app
3 stars 0 forks source link

SleepyWheels

An ensemble drowsiness detection system

This project is an effort towards higher accuracy and more robustness to various real-life situations (different camera angles, skin complexion, presence of face wear like eyeglasses/masks, etc.) in which a driver's drowsy behaviour must be detected and they must be alerted before a road accident can occur. It consists of:

Item Link
10,000-image-dataset scrapped from Google Dataset
Web dashboard for drivers Dashboard
Live demo of the system Demo
Download the trained model Model
Research Paper link Paper

To run the system locally

1) Install python version 3.9 2) Create a new python virtual environment and activate it 3) pip install -r requirements.txt 4) python ./app/app.py