https://github.com/hugodf/eye-track
Eye-tracking hack
https://github.com/hugodf/eye-track
Last synced: 22 days ago
JSON representation
Eye-tracking hack
- Host: GitHub
- URL: https://github.com/hugodf/eye-track
- Owner: HugoDF
- Created: 2016-06-04T11:26:32.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-04T16:24:32.000Z (almost 9 years ago)
- Last Synced: 2025-02-14T01:39:38.467Z (2 months ago)
- Language: HTML
- Homepage: https://eye-track.hugodf.xyz
- Size: 820 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Eye-track
Project Eye-Track has a couple of goals:
1. use eye-tracking to validate learner experiences of learning context
2. Explore how eyetracking can be ised with other informational analytics to perform intervention or achieve predictive/adaptive learningThere are two pieces to this project
## Web interface
Available at [https://eye-track.hugodf.xyz](https://eye-track.hugodf.xyz).Features:
- uses the webgazer.js Library to monitor the eye and cursor movement of the user
- use heatmap.js to overlay this information onto the screen##Analysis scripts
`analyse.py` and `data.json` (respectively analysis script and sample data) allow us to further our understanding of the eye-tracking data.You need to have `numpy` and `matplotlib` installed.
Run: `python analyse.py`