face recognition with python and the face recognition library
At the first you have to install the necessary packages :
- pip install opencv-python
- pip install numpy
- pip install face_recognition
Then you can define your own Dataset and put your images in the 'Images' folder. For example This is a picture of Steve Jobs and this program recognizes his face :
So , Just define your dataset and it works ;)