- Create a folder named 'training_image', which contains two subfolder namely '0' and '1', containg 'false' and 'true' images.
- Start with 'face_recognition' file which contains the face detection and face recognition logic.
- Move on to 'tester' file which trains the model and save the weights in 'traing_data.yml' file.
- "tester' file also contains the logic to take live feed from the camera and allows the user to see the output.
- Comment the model training code once model has been trained and use the pretrained weight.
- 'video2img' file contains the code which helps the user to capture true images of user for training purpose.