Add .env data to README
This commit is contained in:
parent
131b6aab1d
commit
1f9935143b
|
@ -2,6 +2,14 @@
|
||||||
|
|
||||||
A quick node.js wrapper for openpose to serve it as an API from a machine with CUDA to one without.
|
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 /openpose
|
||||||
|
|
||||||
Post an image to this endpoint using the field name "image" and receive the openpose data in JSON.
|
Post an image to this endpoint using the field name "image" and receive the openpose data in JSON.
|
||||||
|
|
Loading…
Reference in New Issue