/p5pose

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

Primary LanguageJavaScript

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