gr8monk3ys / Eyebook-Reader

An application that enables users to control an e-book reader by tracking the users’ eyes. Some example interactions are – the reader automatically scrolls down the page when the eyes are closer to the bottom lines, goes back to the main menu when the user looks at a button for 1,500 milliseconds, etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool



Eyebook-Reader

An application that enables users to control an e-book reader by tracking the users’ eyes.

Gitter

Key FeaturesHow To UseCredits

Key Features

  • LivePreview - Make changes, See changes
  • Eye calibration and tracking
  • Scrolling feature based on eyetracking
  • Supports multiple cursors
  • Cross platform
    • Windows, macOS and Linux ready.

How To Use

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/amitmerchant1990/electron-markdownify

# Go into the repository
$ cd Eyebook-Reader

# Install dependencies
$ npm install

# Run the app
$ npm start

Note: If you're using Linux Bash for Windows, see this guide or use node from the command prompt.

Credits

This software uses the following open source packages:

About

An application that enables users to control an e-book reader by tracking the users’ eyes. Some example interactions are – the reader automatically scrolls down the page when the eyes are closer to the bottom lines, goes back to the main menu when the user looks at a button for 1,500 milliseconds, etc.


Languages

Language:HTML 68.2%Language:CSS 16.2%Language:JavaScript 15.6%