This project uses OpenCV, imutils, and mediapipe Pyhton libraries to create a push-up counter. Check out the full tutorial here.
- Clone the repository:
git clone https://github.com/FINCH285/pushup_counter_with_python.git
- Navigate to the project directory:
cd pushup_counter_with_python
- Install the required dependencies:
pip install -r requirements.txt
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.
- Fork the repository.
- Create a new branch for your feature or bugfix:
git checkout -b feature-name
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin feature-name
- Create a new Pull Request.
This project is licensed under the MIT License. See the LICENSE file for details.