-
First, run "test.py" code test whether the Python is working properly or not.
-
Next, run "Camera.py" code to test the camera is working or not.
-
Then create a folder in this project folder on the name of "Data".
-
And now create another folder on the name of "Recognize".
-
Now run "Create_dataset.py" to create the dataset on the faces which you want the model to recognize the faces.
-
Run "Create_datayml.py" to create a yml file that helps the model to recognize the faces.
-
Run "Recognition.py" to recognize the faces that fed already.
-
Thank you, Enjoy it..!
varuntotakura/FaceRecognition
It is a FaceRecognition program used to recogize the faces.
PythonBSD-2-Clause