Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 759 Bytes

File metadata and controls

28 lines (22 loc) · 759 Bytes

Camera-Integration-ML---Repitition-Counting

This project integrates a camera with machine learning to count the number of sit-up repetitions in real-time.

Features

  • 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.

How to Run

  1. Clone the repository:
    git clone https://github.com/tghosh294/Camera-Integration-ML---Repitition-Counting.git
    cd Camera-Integration-ML---Repitition-Counting
    
  2. Install dependencies:
    pip install -r requirements.txt
    
  3. Run the Script:
    python situp.py
    

Dependencies

Python 3.11 OpenCV Mediapipe NumPy