Skip to content

dinaashraf20003/Control_Light_with_Eyes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Control_Lights_with_Eyes

CC341 Digital Electronics course project.

Overview

Lights get turned on or off by detecting eye blink using opencv-python computer vision library and dlib machine learning library.

Preview.mp4

Used software

  • python 3.7
  • opencv-python
  • numpy
  • dlib
  • imutils
  • scipy
  • serial
  • Arduino ide

Electronic components

  • Arduino board
  • 2 LEDs
  • webcam
Circuit.mp4

Commands used

  • For detections using webcam video:
    python detect_blinks.py --shape-predictor shape_predictor_68_face_landmarks.dat

  • For detections using saved video:
    python detect_blinks.py --shape-predictor shape_predictor_68_face_landmarks.dat --video video_name.mp4

Presentation

controlling lights.pptx

Resources

About

CC341 Digital Electronics course project.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published