diff --git a/docs/reference/handpose.md b/docs/reference/handpose.md index ef57b99..a90351c 100644 --- a/docs/reference/handpose.md +++ b/docs/reference/handpose.md @@ -12,25 +12,98 @@ Handpose is a machine-learning model that allows for palm detection and hand-ske The ml5.js Handpose model is ported from the [TensorFlow.js Handpose implementation](https://github.com/tensorflow/tfjs-models/tree/master/handpose). -## Quickstart +## Getting Started +Ready to give it a try? Feel free to follow our instructions to build your first Handpose project! + +### Demo +[p5 Web Editor](iframes/pose-estimation ':include :type=iframe width=100% height=550px') + +### Quickstart +First of all, copy and paste the following code into your **index.html** file: + +```html + + +
+ +(Add description.) Ensure to enable the webcam.
+ +