A collection of real-time computer vision examples using Google MediaPipe and React.
- Object Detection: Detect and track objects in real-time.
- Image Classification: Classify images using EfficientNet.
- Hand Gesture Recognition: Recognize hand gestures with skeleton visualization.
- Face Landmark Detection: Detect 468 facial landmarks.
- React: Component based UI library.
- TailwindCSS: Utility-first CSS styling.
- Vite: Next Generation Frontend Tooling.
- MediaPipe: Cross-platform ML solutions.
Before installation, ensure you have the following:
-
Clone the repository
git clone <repository-url> cd mediapipe-examples
-
Install Dependencies
npm install
npm run devAccessible at http://localhost:5173

