Skip to content
forked from osteele/p5pose

Starter kit for exploring WebCam-based pose recognition with PoseNet and p5.js

Notifications You must be signed in to change notification settings

margmarg/p5pose

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

P5 ML PoseNet Start Kit

This repository uses p5.js, ml5.js, and [PoseNet] to display a webcam image, labelled with pose detection skeleton and points.

Installation

  1. Clone this repo.

  2. Install Node.js.

  3. In a terminal window:

    • Change directories (cd) into the repository directory.
    • Enter npm install

Running

In a terminal window:

  • Change directories (cd) into the repository directory.
  • Enter npm start

This will open PoseNet in a browser window.

License

MIT License

About

Starter kit for exploring WebCam-based pose recognition with PoseNet and p5.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 67.9%
  • HTML 28.4%
  • CSS 3.7%