Naavik / eye-tracker

Scrolling the web page without hands (iris scroll)

Home Page:https://scrolling-web-page-with-your-eyes.glitch.me/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This application allows you to scroll a web page with your head movements.

How eye tracker works

  1. The user's webcam detects his face and eyes
  2. The algorithm detects user blinks
  3. After a double blink, the algorithm tracks the user's head movements to get the direction to scroll
  4. Then the scroll starts and stops when the user blinks twice

GIF

How it works

  • Open this DEMO
  • Allow access to the camera
  • Wait for the algorithm to recognize your face
  • Make a double blink to start scroll (the "unlock" icon will appear in the upper right corner)
  • Nod up or down
  • Make a double blink to stop scroll (the "lock" icon will appear in the upper right corner)

How to use

To clone and run this application, you'll need Git. From your command line:

# Clone this repository
$ git clone https://github.com/Arcady1/Eye-tracker.git

# Go into the repository
$ cd Eye-tracker

# Install dependencies
$ npm install

# Open the index.html file

Credits

This software uses the following open source packages:

Acknowledgments

You may also like...

License

MIT

About

Scrolling the web page without hands (iris scroll)

https://scrolling-web-page-with-your-eyes.glitch.me/

License:MIT License


Languages

Language:JavaScript 97.3%Language:HTML 0.8%Language:Kit 0.8%Language:SCSS 0.6%Language:CSS 0.6%