Skip to content

Commit

Permalink
adding a README for the web gesture recognizer demo
Browse files Browse the repository at this point in the history
  • Loading branch information
jenperson committed Dec 5, 2022
1 parent 17cc3b2 commit 8153795
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions examples/gesture_recognizer/js/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# MediaPipe GestureRecognizer task for web

## Overview

This web sample detects hand landmarks in images and video frames and classifies gestures (gesture name and confidence level). Gestures are detected in one of the provided images or from camera frames seen by your device's webcam.

## Prerequisites

* A device that can access the web using Chrome, Firefox, or Safari
* For iOS devices, iOS 16 or later

## Running the demo

The live demo and code are available in Codepen.

[View the example on Codepen](https://codepen.io/mediapipe-preview/pen/zYamdVd)

0 comments on commit 8153795

Please sign in to comment.