An open API service indexing awesome lists of open source software.

https://github.com/sspathak/eye-mouse

Control your PC's mouse by just looking at the screen!
https://github.com/sspathak/eye-mouse

artificial-intelligence computer-vision cv2 eye-mouse gaze-tracking keras keras-classification-models keras-implementations keras-models machine-learning matplotlib numpy python python3

Last synced: about 1 month ago
JSON representation

Control your PC's mouse by just looking at the screen!

Awesome Lists containing this project

README

          

# eye-mouse
Control your PC's mouse by just looking at the screen! (proof of concept)
This program uses multi-class image classifier to predict which part of the screen the user is looking at.
The output is visualized using matplotlib

The model included only works for PCs with cameras at the top of the screen
Additionally the model has been trained only on one person.

use data-generator.py to generate your own data!
Note: you will have to specify the class before running the generator

# Data Generator:
Remember to modify coordinate values before running the program (Images generated will have these coordinates in their file name)