TRI3D-LC/tri3d-openpose-editor

NextJS application to upload an image, extract the open pose and edit the keypoints.

11

stars

5

commits

Python

primary language

Oct 4, 2023

updated

README

tri3d-openpose-editor

NextJS application to upload an image, extract the open pose and edit the keypoints.

Screenshot 2023-10-04 at 8 42 01 AM

setting up nextJS application

cd my-app npm install npm run dev (runs on port 3000)

setting up flask-server

cd flask-server/ python -m virtualenv venv source venv/bin/activate pip install -r requirements.txt export FLASK_APP=main (SET for windows) flask run

open - 127.0.0.1:3000/

Contributors

TRI3D-LC/tri3d-openpose-editor

NextJS application to upload an image, extract the open pose and edit the keypoints.

11

stars

5

commits

Python

primary language

Oct 4, 2023

updated

README

tri3d-openpose-editor

NextJS application to upload an image, extract the open pose and edit the keypoints.

Screenshot 2023-10-04 at 8 42 01 AM

setting up nextJS application

cd my-app npm install npm run dev (runs on port 3000)

setting up flask-server

cd flask-server/ python -m virtualenv venv source venv/bin/activate pip install -r requirements.txt export FLASK_APP=main (SET for windows) flask run

open - 127.0.0.1:3000/

Contributors

Languages

Python

59.3%

TypeScript

38.5%

CSS

1.6%