This project detects body postures using MediaPipe Pose, OpenCV, and a CNN model.
-
Install dependencies:
pip install -r requirements.txt
-
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!