Face Detection using Python & OpenCV

In this Tutorial we will make a very simple face detector app using Python and a Pre-trained data of haarcascade This Tutorial consists of 2 steps: 1. Pre-requisites : Make a python file called face-detector.py Download this file haarcascade frontalface default.xml and save in the current directory your directory must look like this └── Face Detector Folder ├── face-detector.py └── haarcascade_frontalface_default....

2 July, 2021 · 4 min · Akash Gajare