Skip to content

Sky-Nik/Face-Recognition-using-OpenCv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Face Recognition

Face-Recognition

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:

  1. opencv-python
  2. mediapipe
  3. numpy
  4. dlib
  5. 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:

  1. opencv-python

          $pip install opencv-python
    
  2. mediapipe

          $pip install mediapipe
    
  3. numpy

          $pip install numpy
    
  4. dlib

          $pip install dlib
    
  5. face-recognition

          $pip install face-recognition
    

Enjoy and have a great day!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!Thankyou!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

About

In this project I am going to perform Facial Recognition with high accuracy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages