bhargav-joshi / Face-Detection-and-Recognition-Live

In this first, We take a data dataset from the user with a name using a webcam and then we store it in the numpy file in the data folder and when we want run recognition file It predicts the Name of the person in front of the web camera.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Face Detection Real time Using Webcam

  • Programming Language Used - Python

FD

How Works ?

Steps :-

  1. First It will collect the data real time
  2. Then We It will save that data
  3. When We call the Recognition Function It will compare with the recorded data
  4. We can't give garrenty that It will give 100% Perfect Every time
  5. Because We have used Normal Algorithm in this project
  6. We can Use this for Basics & Inermediate Projects with addition of Including some more Frames
  7. We can also capture the Eyes and smile in this

opencv : data : haarcascades

Haarcascades

Future Scope 🔮

We can also use different haarcascade files to detect different things and we can also detect that things using it.

Applications

  1. To handle the large databases haar cascade classifier is the best detector in terms of speed and reliability.
  2. Even the image is affected by illumination, face detection results are more accurate using haar cascade classifier.

About

In this first, We take a data dataset from the user with a name using a webcam and then we store it in the numpy file in the data folder and when we want run recognition file It predicts the Name of the person in front of the web camera.


Languages

Language:Python 100.0%