Skip to content

MnAkash/Eye-blink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

eye-bot

The project aims to precisely detect the eye blinks and trigger an action like grabbing the hand by counting the flashes of the eye.

We used OpenCV to count the number of blinks to grab and ungrab the prosthetic hand accordingly. We have divided this into two parts:

  • The eye-blink-detection module is based on OpenCV that provides us the eye-blink counts.
  • Raspberry PI3 module that listens to the blinks of the eye.

How to setup:

  • cd eye-bot/eye-detection
  • python3 detect_blinks.py -p shape_predictor_68_face_landmarks.dat
  • cd ../R-PI/
  • node server.js

first install 'cmake' before starting installing anaconda packages #Run the following command in anaconda prompt

conda install -c conda-forge dlib

pip install imutils

pip install opencv-python

About

Vision based eye blink detection project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published