/Face_Detector

This application detects faces in an image

Primary LanguagePython

Face_Detector

This application detects faces in an image

Getting started

  1. get the code from the repository
git clone https://github.com/sagnikghoshcr7/Face_Detector.git
  1. install OpenCV python package by the following command if previously not installed
pip install opencv
  1. Finally run the face_detector.py file and enjoy 😉