A mobile app project that assist users to correct their form when exercising using Google Mediapipe.
Here's how it works:
- Users upload a video to the app.
- The app uses Google Mediapipe to create joint estimates.
- Scan through the video using these joint estimates for poor form.
- Create a tip sheet with all form corrections
- Clone this repository on your local machine
- Open this repository on your IDE and enter these command:
virtualenv fix_your_gains
pip install -r requirements.txt
\ - After all necessary libraries are installed, activate the virtual environment:
source fix_your_gains/bin/activate
- To deactive the virtual environment, enter
deactivate
- To deactive the virtual environment, enter
- Start coding!