Skip to content

FINCH285/pushup_counter_with_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pushup_counter_with_python

This project uses OpenCV, imutils, and mediapipe Pyhton libraries to create a push-up counter. Check out the full tutorial here.

Installation Instructions

  1. Clone the repository:
git clone https://github.com/FINCH285/pushup_counter_with_python.git
  1. Navigate to the project directory:
cd pushup_counter_with_python
  1. Install the required dependencies:
pip install -r requirements.txt

Usage Examples

To run the project, use the following command:

python main.py

Make sure to replace the filename with 0 in main.py to use your webcam.

Contributing Guidelines

  1. Fork the repository.
  2. Create a new branch for your feature or bugfix:
git checkout -b feature-name
  1. Commit your changes:
git commit -m 'Add some feature'
  1. Push to the branch:
git push origin feature-name
  1. Create a new Pull Request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

This project uses OpenCV, imutils, and mediapipe Pyhton libraries to create a push-up counter.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages