Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 791 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 791 Bytes

pose-tfjs-p5

Realtime pose estimation in the browser examples using tensorflow.js and p5.js.

Made using this tutorial.

Tensorflow.js, the posenet model and p5.js are simply loaded from a CDN. To run the example, just open index.html in a modern browser (works in Chrome, haven't checked others). You'll probably have to serve it from a local development server (e.g. node's http-server or python's http.server or xampp) because of cross-origin problems, or online through https.