Skip to content

varuntotakura/FaceRecognition

Repository files navigation

FaceRecognition

Steps to run the project:

  1. First, run "test.py" code test whether the Python is working properly or not.

  2. Next, run "Camera.py" code to test the camera is working or not.

  3. Then create a folder in this project folder on the name of "Data".

  4. And now create another folder on the name of "Recognize".

  5. Now run "Create_dataset.py" to create the dataset on the faces which you want the model to recognize the faces.

  6. Run "Create_datayml.py" to create a yml file that helps the model to recognize the faces.

  7. Run "Recognition.py" to recognize the faces that fed already.

  8. Thank you, Enjoy it..!