<<<<<<< HEAD
npm install
A lightweight computer vision project for real-time motion and posture detection using MediaPipe.
Motion AI Learning is a frontend-based AI project that uses MediaPipe Pose to detect and analyze human body posture in real time through a webcam. The goal is to experiment with pose estimation and movement tracking without using heavy machine learning frameworks like TensorFlow.
- Real-time pose detection using webcam
- Body landmark tracking (shoulders, neck, torso, etc.)
- Posture analysis logic (custom rules)
- Visual feedback using canvas overlay
- Lightweight and runs directly in the browser
- JavaScript (ES6+)
- React
- MediaPipe (Pose Detection)
- HTML5 Canvas API
- WebRTC (for webcam access)
- TailwindCSS
- Accesses webcam using browser API
- MediaPipe processes video frames
- Detects body landmarks in real time
- Custom logic evaluates posture alignment
- Results are drawn on canvas overlay
git clone https://github.com/your-username/motion-ai-learning.git
cd motion-ai-learningnpm installnpm run devInstead of training a model, this project uses pre-trained MediaPipe models to extract pose landmarks, then applies custom logic to analyze posture.
- Add exercise detection (squats, push-ups)
- Store posture history
- Add AI-based correction suggestions
- Mobile support
Built by Simav Adnan Mohamed & Liloz khorshed shlbe
If you like this project, give it a ⭐ on GitHub!
043abf700479be92fb84b5a803af036a3ac33ec4