Skip to content

Peaniz/PostureTrainingModel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Body Posture Detection

Overview

This project detects body postures using MediaPipe Pose, OpenCV, and a CNN model.

Setup

  1. Install dependencies:

    pip install -r requirements.txt
  2. Run the project

  • Capture data: python main.py --mode capture
  • Preprocess data: python main.py --mode preprocess
  • Train model: python main.py --mode train
  • Detect posture: python main.py --mode detect

This codebase is modular, scalable, and follows best practices. Let me know if you need further assistance!

About

Training Posture model using Mediapipe

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages