NextJS application to upload an image, extract the open pose and edit the keypoints.
cd my-app npm install npm run dev (runs on port 3000)
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/
4 commits
1 commits
Python
59.3%
TypeScript
38.5%
CSS
1.6%
NextJS application to upload an image, extract the open pose and edit the keypoints.
cd my-app npm install npm run dev (runs on port 3000)
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/
4 commits
1 commits
Python
59.3%
TypeScript
38.5%
CSS
1.6%