Skip to content

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

Notifications You must be signed in to change notification settings

handsonai/pose-tfjs-p5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages