Classifying given images as known or unknown written in Python using OpenCV and face_recognition library.
Classifies given images as known (with name) or unknown.
Goes through the faces folder and track all images with names as file name then it classifies the given images as it recognizes with name or unknown image.
- OpenCV
pip install opencv-python
- Face Recognition
pip install face_recognition
- Numpy
pip install numpy
Go to the ImageRecognition folder and open terminal, then type
python face_rec.py
Submitted by Soumyadip Sarkar (soumyapapanvk)
Download packets of source code on Coders Packet
Comments