Skip to content

Rhythm1821/RepTrackerAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RepTrackerAI

Overview

RepTrackerAI

RepTrackerAI is an innovative fitness application designed to enhance your workout experience by leveraging machine learning technology. This project accurately tracks and counts repetitions of exercises, starting with bicep curls and squats. By using computer vision and pose estimation, RepTrackerAI provides real-time rep counting and tracking.

Note: Come inside the frame so that the model can detect the repititions of your exercise

Installation

  1. Clone the repository:
git clone https://github.com/Rhythm1821/RepTrackerAI
  1. Navigate to the project directory:
cd RepTrackerAI
  1. Create a virtual environment:
python3 -m venv venv
  1. Activate the virtual environment:
source venv/bin/activate
  1. Install dependencies:
pip install -r requirements.txt
  1. Navigate to the exercise directory:
cd exercise
  1. For Bicep Curls
python3 bicepcurls.py
  1. For Squats
python3 squats.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published