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.
Clone this project:
git clone https://github.com/shramanpaul/Iris-Detection-and-Gaze-Tracking-System-Install these dependencies (NumPy, OpenCV, Dlib):
pip install -r requirements.txtInstall these dependencies (NumPy, OpenCV, Dlib):
conda env create --file environment.yml
#After creating environment, activate it
conda activate GazeTrackingRun the demo:
python example.py