Skip to content

aaronrhim/HackathonCS6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Get Swole

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.

Features

  • 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.

Installation

Prerequisites

  • Node.js (v14+)
  • Python (v3.8+)

MediaPipe Setup

Follow the official MediaPipe documentation for installation instructions.

Backend

git clone https://github.com/yourusername/getswole.git
cd ./server
python MediaPipe.py

Frontend

cd ../frontend
npm install
npm start

Usage

Open http://localhost:3000, allow camera access, and start your workout session while receiving real-time feedback.

Contributing

Fork the repository, create a new branch for your changes, and submit a pull request.

License

This project is licensed under the MIT License.


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published