Skip to content

shramanpaul/Iris-Detection-and-Gaze-Tracking-System-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Iris Detection and Gaze Tracking System

made-with-python

This is a Python (2 and 3) library that provides a **Iris Detection and Gaze Tracking System **. It gives you the exact position of the pupils and the gaze direction, in real time.

Installation

Clone this project:

git clone https://github.com/shramanpaul/Iris-Detection-and-Gaze-Tracking-System-

For Pip install

Install these dependencies (NumPy, OpenCV, Dlib):

pip install -r requirements.txt

For Anaconda install

Install these dependencies (NumPy, OpenCV, Dlib):

conda env create --file environment.yml
#After creating environment, activate it
conda activate GazeTracking

Verify Installation

Run the demo:

python example.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors