Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

ya27hw/DDAS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NOTE: main.py is not currently being worked on. It's only used as a reference before we switch over to mediapipe fully

Driver Drowsiness Awareness System

This project is a driver drowsiness awareness system. Developed for the Samsung Innovation Campus capstone project.

Requirements are basic, as only a PC with a webcam is needed to run the application. The application is built using the MediaPipe model, which is a Google Tensorflow model that is trained on the MediaPipe dataset. It's much faster than dlib, and much less resource intensive compared to dlib/cnn.

Current contributors:

Installation Procedure

Step 1

Create a python venv

python3 -m venv venv

Activate the venv

source venv/bin/activate

Or on Windows:

venv\Scripts\activate.bat

Step 2

Install requirements

pip install -r requirements.txt

Step 3

Run the application

python mp.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages