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!
- Host: GitHub
- URL: https://github.com/sspathak/eye-mouse
- Owner: sspathak
- License: mit
- Created: 2020-03-10T08:22:46.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-25T12:28:17.000Z (about 5 years ago)
- Last Synced: 2025-05-07T16:52:31.739Z (about 1 year ago)
- Topics: artificial-intelligence, computer-vision, cv2, eye-mouse, gaze-tracking, keras, keras-classification-models, keras-implementations, keras-models, machine-learning, matplotlib, numpy, python, python3
- Language: Jupyter Notebook
- Homepage:
- Size: 515 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)