https://github.com/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.
https://github.com/bhargav-joshi/face-detection-and-recognition-live
face-detection face-recognition haarcascade python
Last synced: 2 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/bhargav-joshi/face-detection-and-recognition-live
- Owner: bhargav-joshi
- Created: 2020-06-17T06:12:45.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-22T18:28:35.000Z (almost 5 years ago)
- Last Synced: 2025-02-14T22:39:46.122Z (4 months ago)
- Topics: face-detection, face-recognition, haarcascade, python
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Face Detection Real time Using Webcam
* Programming Language Used - `Python`

## 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](https://github.com/opencv/opencv/tree/master/data/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.