Skip to content

BrayanAbraham/eyemouse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EYE MOUSE FOR MOTOR IMPAIRED

An Eye mouse which uses eye and head movement to control the mouse of a computer.

INSTRUCTIONS

  1. Install virtualenv
python -m pip install virtualenv
  1. Create a Virtual Environment
python -m venv env
  1. Activate Virtual Environment
source env/bin/activate
  1. Install cmake & wheel
python -m pip install cmake wheel
  1. Install Requirements
python -m pip install -r requirements.txt
  1. Download shape_predictor_68_face_landmarks.dat from here to the root folder

  2. Run program

python eyeMouse.py
  1. Instructions to use the mouse
    • select between modes : close both eyes
    • select mouse mode : move eye to left
    • select scroll mode : move eye to right
    • Move mouse : Move head to the direction the mouse is to be moved

About

Eye Mouse for Motor Impaired

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages