This project aims to develop a pose estimation system that can detect and track human poses from images or videos. Pose estimation has various applications, including fitness tracking, gesture recognition, augmented reality, and more.
- Detects human poses from images and videos
- Provides real-time pose estimation
- Supports multiple human pose detection
Ensure you have the following installed:
- Python 3.7 or higher
- Anaconda or virtualenv
Clone the Repository
git clone https://github.com/your-username/pose-estimation-ai.git
cd pose-estimation-ai
conda create --name pose-estimation python=3.8
conda activate pose-estimation
pip install -r requirements.txt