Skip to content

JayanthApagundi/Human-Pose-Estimation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Human-Pose-Estimation

Commands to execute before execution ( for creating a virtual environment )

  • pip install virtualenv [Enter]

For Windows

  • python -m virtualenv env [Enter]

For MacOS

  • virtualenv env [Enter]

To activate For Windows

  • navigate to cd env/Scripts
  • ./activate [Enter]
  • navigate back to main directory i.e: cd ../..

For MacOS

  • source env/bin/activate [Enter]

To deactivate env

  • deactivate [Enter]

After activation

  • pip install flask [Enter]
  • pip install opencv-python [Enter]
  • pip install mediapipe [Enter]

Note - create two folders,
static/upload
static/download

To run the application

  • python app.py

About

Human Pose Estimation using Deep Learning/Machine Learning techniques integrated with web application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors