This project is made to recognize faces in image(s).
It's based on AI & ML using some libraries like: os, opencv & face_recognition.
This project is made to detect a face in a image provided, and check if it matches with the image data or a set of images provided.
Code of Conduct
Contributing to Inaxia
- Each .py file has a specific work to perform commented at the starting of that file.
- Fork this repo
- Clone the forked repo to your local system
- Install the following libraries: (in Linux or macOS)
cv2
face_recogniton
os
time
- Run the code
(Use this link when you unable to import face_recognition library): https://ourcodeworld.com/articles/read/841/how-to-install-and-use-the-python-face-recognition-and-detection-library-in-ubuntu-16-04
Image from Google: https://media.kairos.com/blog-images/crowd.png
If you like this project, don't forget to give it a ⭐