In this project I am going to perform Facial Recognition with high accuracy
Create a Project under a name of FaceRecognition
go to settings > project name:FaceRecognition > Python interpreter > install the packages
Following Packages are required:
- opencv-python
- mediapipe
- numpy
- dlib
- face-recognition
Download all the Files and keep them under the same folder. (images & Training data) file is used to train the module, use your images to train your module, I have given some test images. After training, you are ready to go.
OR
You can download the packages using the CMD/TERMINAL by the following command:
-
opencv-python
$pip install opencv-python -
mediapipe
$pip install mediapipe -
numpy
$pip install numpy -
dlib
$pip install dlib -
face-recognition
$pip install face-recognition
Enjoy and have a great day!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!Thankyou!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
