This article describes how to build a face and hand tracking application using MediaPipe and TensorFlow.js that runs directly in the browser without any backend server. The application detects faces and hands in real-time from any webcam stream and places virtual objects onto the detected keypoints. The code is open-sourced on GitHub to allow others to build similar demos or extend it for other use cases.
This article describes how to build a face and hand tracking application using MediaPipe and TensorFlow.js that runs directly in the browser without any backend server. The application detects faces and hands in real-time from any webcam stream and places virtual objects onto the detected keypoints. The code is open-sourced on GitHub to allow others to build similar demos or extend it for other use cases.