openpose_api/README.md

21 lines
420 B
Markdown
Raw Normal View History

2024-10-17 00:00:04 +00:00
# openpose API
A quick node.js wrapper for openpose to serve it as an API from a machine with CUDA to one without.
2024-10-17 00:01:07 +00:00
## ENV
```
PORT=7474
BIN=openpose
CWD=.
```
2024-10-17 00:00:04 +00:00
## 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