ErickWendel/semana-javascript-expert07
A JavaScript tutorial project that uses TensorFlow.js and MediaPipe to detect eye blinks and hand gestures for controlling a streaming platform UI.

Velocity · 7d
+2.0
★ / day
Trend
→steady
star history
This is the seventh JS Expert Week tutorial, teaching how to build a gesture-controlled streaming interface. It leverages MediaPipe face and hand detection models via TensorFlow.js to recognize eye blinks (play/pause), open/closed palms (scroll up/down), and pinch gestures (click) in the browser. All ML inference runs in a Web Worker to keep the UI responsive.