Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 586 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 586 Bytes

Detection with OpenCV

This project demonstrates face detection and finger detection with trail creation using OpenCV. It uses the Haar Cascade classifier to detect real-time faces and fingers through the webcam.

Prerequisites

  • OpenCV library (pip install opencv-python)

Getting Started

  1. Clone the repository:

    git clone https://github.com/flenex-io/Detection.git
  2. Change the directory

    cd Detection
  3. Install the dependencies

    pip install opencv-python
  4. Run the project

Open For Contributions