arslanaut / Mobile-Driver-Monitoring-and-Safety-System

Pakistan's first safety device to mount in a car to make drivers drive for longer distances without the worry of sleeping and saving their precious lives. We want every Pakistani automobile to have this device as a built-in feature.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mobile-Driver-Monitoring-and-Safety-System

Download the shape_predictor_68_face_landmarks.dat file from here: shape_predictor_68_face_landmarks.dat

Libraries to install

from scipy.spatial import distance as dist
from imutils.video import VideoStream
from imutils import face_utils
from threading import Thread
import numpy as np
import playsound
import argparse
import imutils
import time
import dlib
import cv2

Benefits

  • Using machine learning techniques we believe that this technology have the potential to have an positve and impressive impact on the Pakistan's automobile industry.
  • With the server interfacing an employer would not need worry about monitoring driver behavioural analysis whihch this device do in realtime.

About

Pakistan's first safety device to mount in a car to make drivers drive for longer distances without the worry of sleeping and saving their precious lives. We want every Pakistani automobile to have this device as a built-in feature.

License:MIT License


Languages

Language:Python 100.0%