Add readme

This commit is contained in:
Matt McWilliams 2024-10-16 20:00:04 -04:00
parent 23c54057cd
commit 131b6aab1d
1 changed files with 12 additions and 0 deletions

12
README.md Normal file
View File

@ -0,0 +1,12 @@
# openpose API
A quick node.js wrapper for openpose to serve it as an API from a machine with CUDA to one without.
## 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