Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 459 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 459 Bytes

eyeTrackingAPIDemo

This is a demo to compare the performance of GazeCloudAPI and WebGazer.

To run the demo:

  1. run server with node server.js;
  2. go to localhost:5000 on your browser.

If you want to use GazeCloudAPI as a React component, you may find this repo very useful. You can simply replace the App.js in that repo with other/App.js I provided, then you can use GazeCloudAPI as a React component.