brownhci/webgazer

WebGazer.js: Scalable Webcam EyeTracking Using User Interactions

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 39 minutes ago
Added to GitGenius on September 17th, 2026
Created on February 12th, 2016
Open Issues & Pull Requests: 77 (+0)
GitHub issues: Enabled
Number of forks: 580
Total Stargazers: 3,895 (+0)
Total Subscribers: 84 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 8.8 hours
Mean response time: 29.9 days
90th percentile: 138.8 days
Tracked items: 27

Most active contributors

Sign in to see contributor activity.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 15
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 849 days
Stale 30+ days: 15
Stale 90+ days: 15

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • help wanted (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

WebGazer.js is a webcam-based eye tracking library that infers gaze position from video input using machine learning trained on user interactions.

The library solves the problem of enabling eye tracking in web browsers without specialized hardware. It works by capturing video from a standard webcam and training a regression model on the relationship between facial features and where users are looking on screen. The model learns from implicit user interactions—clicks and mouse movements—to calibrate gaze estimation without requiring explicit calibration steps. This approach makes eye tracking accessible to web applications by leveraging the computational power available in modern browsers.

WebGazer.js suits projects that need gaze-based interaction or analytics in web environments where installing eye-tracking hardware is impractical. It works best when users have webcam access and reasonable lighting conditions. The tool is appropriate for accessibility features, user research, attention tracking, and interactive applications that benefit from knowing where users are looking. Projects should account for the fact that accuracy depends on calibration quality and environmental factors, and that privacy considerations arise from processing video data in the browser.

The project maintains an active research focus with ongoing refinements to the gaze estimation algorithm and calibration methods. Development includes regular updates to handle edge cases in facial feature detection and improvements to model accuracy across diverse lighting and camera conditions. The codebase receives attention to browser compatibility and performance optimization for real-time processing. The project sustains engagement with its academic origins through continued investigation of how user interaction data can improve tracking reliability without explicit calibration overhead.