Handtrack
A library for prototyping realtime hand detection (bounding box), directly in the browser. observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2767
- days_rel: n/a
- days_push: 1505
- n_releases_24m: 0
Adoption not part of the score
2930 stars · 258 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Handtrack.js is a JavaScript library for prototyping realtime hand detection directly in the browser, framing handtracking as an object detection problem solved with a trained convolutional neural network. It predicts bounding boxes for hands (and hand poses like open, closed, pinch, point) from webcam or image input without requiring users to train their own models.
Use cases
- detect hands in webcam video in the browser
- build gesture-based game controls
- track hand poses like pinch, point, open, closed
- detect face touching to minimize covid spread
- create air guitar or motion-controlled demos
- prototype hand tracking without training a model
When to choose
- you need quick, in-browser hand detection with no model training
- you want a lightweight prototype using webcam input
- you need bounding-box hand tracking plus a few hand pose classes
When to avoid
- you need production-grade accuracy or fine-grained skeletal hand landmarks
- you need server-side or native mobile performance
- you need the full 21-joint hand keypoint tracking other libraries provide
Facets
library · maturity maintenance
machine-learning computer-vision image-processing computer-vision machine-learning web-development artificial-intelligence browser hand-detection handtracking object-detection tensorflow-js webcam realtime bounding-box gesture-recognition javascript web
2 sources
- readme: https://github.com/victordibia/handtrack.js · fetched 2026-08-28 · b9eb5d204b17
- homepage: https://victordibia.com/handtrack.js/ · fetched 2026-08-29 · 1d8d6dc6206d
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| victordibia/handtrack.js | sdk | 23 |
| victordibia/handtracking | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="victordibia/handtrack.js")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem