#333 · Primary category: Computer Vision
handtrack.js
A library for prototyping realtime hand detection (bounding box), directly in the browser.
Project last updated:07/20/22
GitHub Stars
2.9K
Forks
258
Contributors
2
License
MIT
Why we included this project
Handtrack.js gives front-end developers a quick route to realtime hand detection in the browser without training a model or standing up a server. It treats hand tracking as an object detection problem, and the pretrained convolutional network it ships runs through TensorFlow.js, so you can draw bounding boxes around hands in a webcam feed with only a few lines of code. The focus is on prototyping: interaction designers, game hobbyists, and small teams experimenting with gesture-controlled web UIs will find it far more approachable than building out a full ML pipeline. Recent versions also classify poses like open, closed, pinch, point, and zoom, which is handy for drag-and-drop metaphors, touch-free controls, and other playful inputs. One caveat: the newer pose set is still being refined, so for anything close to production you may want to pin the more stable 0.0.13 release.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)