This is a demo to compare the performance of GazeCloudAPI and WebGazer.
To run the demo:
- run server with
node server.js
; - 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.