From 1f9935143b0d0716b2256f2c3839fe52c32a6c71 Mon Sep 17 00:00:00 2001 From: mattmcw Date: Wed, 16 Oct 2024 20:01:07 -0400 Subject: [PATCH] Add .env data to README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 01b2dd1..c6f4c34 100644 --- a/README.md +++ b/README.md @@ -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. +## 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.