# pushup-counter-app-v2 **Repository Path**: giteebob/pushup-counter-app-v2 ## Basic Information - **Project Name**: pushup-counter-app-v2 - **Description**: Count pushups from video/webcam - Version 2 - With Daisykit. Tech stack: Human detection, MoveNet human pose detection, Daisykit. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-26 - **Last Updated**: 2022-01-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Pushup Counter App V2 - With Daisykit Human Pose Flow ## Install This package requires Python >= 3.7. Install all dependencies using requirements file: ``` pip install -r requirements.txt ``` ## Demo - Download pretrained models [here](https://1drv.ms/u/s!Av71xxzl6mYZgdce9bZZRCr8dZpH_A?e=g3jsf7) 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 ```