VNOpenAI / pushup-counter-app

Count pushups from video/webcam. Tech stack: Keypoint detection, BlazePose, action recognition.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pushup Counter App

Install

This package requires Python >= 3.7. Install all dependencies using requirements file:

pip install -r requirements.txt

Demo

  • Download pretrained models here and put all models in /pretrained_models.

  • Edit configuration in config.py to update model paths and thresholds.

  • Run demo app:

python pushup_app.py

About

Count pushups from video/webcam. Tech stack: Keypoint detection, BlazePose, action recognition.


Languages

Language:Python 100.0%