Facial Recognition using OpenCV Machine Learning
Setup Here is our layout First get the haarcascade data from here. RequirementsOpenCvNumpyPillow Lets start with creating our data. We will create a program to take pictures of faces, then store them in faceDataSet. I will name my file faceDataCreator.py. The index is used to only take 20 pictures of Read more…