Face detection and Recognition using OpenCV-python
Face detection and Recognition using OpenCV-python OpenCV based face recognition system that can detect and recognize multiple faces in an image.
##HOW TO RUN##
- Run dataset.py file to create a dataset by providing name and id, it will capture 20 images and store in dataset and convert into array, store in trainner.yml file.
- Run face-recog.py to detect the face. If any face stored in dataset, the name of the person will be displayed.
- The detected person's data will be added to the google form.