Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 29b6f6d

Browse files
Update README.md
1 parent 49e9d3a commit 29b6f6d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ Fit Form AI is an AI-powered posture correction feedback app for exercise, yoga,
77
## Overview
88
You might've seen videos online of bodybuilders tearing a muscle in the middle of a workout. These injuries are painful to watch but have a surprisingly simple solution: better form. When bodybuilders have a low range of motion, their muscle only gets stronger in that range, leading to tears when it's pushed outside of that limited range. Fit Form AI aims to combat this by detecting key body parts and providing feedback to the user so they never develop chronically bad form. Through this process, it's also able to fix any posture problem, whether it be exercise, yoga, or simply good sitting posture. The Jupyter Notebook takes a live video feed from the user's camera, giving each frame to a pose landmark detection model from Google AI Edge's MediaPipe Solutions. The model returns the XYZ coordinates of major joints, which are cross-checked with the relevant CSV file for the exercise chosen. If any joint angle is outside the allowable range specified in the CSV file, the program will print out the appropriate feedback so the user can adjust their form. Because of the flexibility of the CSV files, literally any use case involving joint angles is allowed.
99

10+
![image](https://github.com/pythonioncoder/Fit-Form-AI/assets/70725762/54e844c3-cea1-4497-b51e-6406b651f8a8)
11+
Example Output from MediaPipe
1012

1113
>[!NOTE]
1214
>Fit Form AI is currently in active development. iOS and Android apps are not implemented yet. Check below for the latest updates.

0 commit comments

Comments
 (0)