A quick node.js wrapper for openpose to serve it as an API from a machine with CUDA to one without.
Go to file
Matt McWilliams 1f9935143b Add .env data to README 2024-10-16 20:01:07 -04:00
dist Initial commit 2024-10-16 19:57:08 -04:00
notes Initial commit 2024-10-16 19:57:08 -04:00
scripts Initial commit 2024-10-16 19:57:08 -04:00
src Initial commit 2024-10-16 19:57:08 -04:00
.gitignore Initial commit 2024-10-16 19:57:08 -04:00
README.md Add .env data to README 2024-10-16 20:01:07 -04:00
default.env Initial commit 2024-10-16 19:57:08 -04:00
package-lock.json Initial commit 2024-10-16 19:57:08 -04:00
package.json Initial commit 2024-10-16 19:57:08 -04:00
tsconfig.json Initial commit 2024-10-16 19:57:08 -04:00

README.md

openpose API

A quick node.js wrapper for openpose to serve it as an API from a machine with CUDA to one without.

ENV

PORT=7474
BIN=openpose
CWD=.

POST /openpose

Post an image to this endpoint using the field name "image" and receive the openpose data in JSON.

Optional form fields:

  • hand boolean (default: false) - include hands in data
  • face boolean (default: false) - include face in data