Skip to content

MedhaLakshmanRao/Driver-Assist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Driver-Assist

Installation guide

1.Sleep Detection.

Anaconda( python 3.6 or above)

//Libraries: A. dlib: Use the link https://pypi.org/simple/dlib/ and

    o install dlib-19.8.1-cp36-cp36m-win_amd64

B. Opencv

    o pip install opencv-python 

in anaconda prompt

C. Imutils, Scipy, Playsound, scikit-learn, scikit-image Use:

    o pip install imutils 
    o pip install scipy 
    o pip install playsound 
    o pip install scikit-learn
    o pip install scikit-image 

in anaconda prompt.

2.Alcohol senser, Accident detection and notification.

  •	Install Arduino ide
  •	Paste http://arduino.esp8266.com/stable/package_esp8266com_index.json in file-preferences-Additional board manager URL
  •	Install esp8266 from tools-boards-board manager 
  •	Download following libraries in ide for following headers:
  o	Wire.h
  o	ESP8266WiFi.h
  o	BlynkSimpleEsp8266.h