Get Swole is a fullstack web application that boosts gym performance by analyzing your form in real-time. It leverages MediaPipe for pose landmark detection and a custom model to verify full exercise repetitions.
- Real-Time Pose Estimation: Uses MediaPipe for extracting pose landmarks.
- Full Rep Detection: Combines angle calculations with a separately trained model.
- Integrated Fullstack: Seamlessly connects the frontend, backend, and ML components.
- Node.js (v14+)
- Python (v3.8+)
Follow the official MediaPipe documentation for installation instructions.
git clone https://github.com/yourusername/getswole.git
cd ./server
python MediaPipe.pycd ../frontend
npm install
npm startOpen http://localhost:3000, allow camera access, and start your workout session while receiving real-time feedback.
Fork the repository, create a new branch for your changes, and submit a pull request.
This project is licensed under the MIT License.