Skip to content

jolly28/Real-Time-Face-detection

Repository files navigation

REAL TIME FACE RECOGONITION

Simple python program to detect face in your video file (.mp4 or .avi).The number of faces in image file is one or more than one program will successfully able to detect the faces in image

  • Getting Started
    Clone/Download this repository and save your sample video in the folder or you can use sample_video.avi in the folder to test the working.

  • Prerequisites
    1.python
    download:www.python.org/downloads
    2.opencv
    pip install opencv-python(root of python site package)

  • Running the program
    1.Open real_time_face_detection.py
    2.Enter image path eg. "D:/test/video.mp4"

© 2018 GitHub, Inc.