This project integrates a camera with machine learning to count the number of sit-up repetitions in real-time.
- Uses Machine Learning to track and count sit-up repetitions.
- Real-time camera integration for automatic counting.
- Implemented in Python with OpenCV , Media Pipe and relevant ML libraries.
- Clone the repository:
git clone https://github.com/tghosh294/Camera-Integration-ML---Repitition-Counting.git cd Camera-Integration-ML---Repitition-Counting - Install dependencies:
pip install -r requirements.txt
- Run the Script:
python situp.py
Python 3.11 OpenCV Mediapipe NumPy