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