Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 943 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 943 Bytes

ML-face-detector

It is a Artificial Intelligence - Machine Learning based project that can find frontal face in an image, video or live(real-time).
Algorithm used = Cascade Classifier
I've used pre-trained data from OpenCv.

Uses

clone : git clone https://github.com/Punit-Choudhary/ML-face-detector.git

Run program and follow instruction:

  1. Type i for testing on image.
    • provide image path with proper extentions(.jpeg , .png )
  2. Type w if you want to test on a video or using webcam for realtime
    • provide video path with proper extentions(.webm, .mp4 )
    • if you want to use webcam then simply hit Enter button.

Output preview:

  • Testing on image
    alt text
  • Testing on video
    alt text