Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vidiptvashist/face-recognition-attendance-system

Building a system for face detection and face recognition using several classifiers available in the open computer vision library (OpenCV))
https://github.com/vidiptvashist/face-recognition-attendance-system

face-recognition opencv

Last synced: 3 days ago
JSON representation

Building a system for face detection and face recognition using several classifiers available in the open computer vision library (OpenCV))

Awesome Lists containing this project

README

        

# Face-Recognition-Attendance-System
The project was coded in Python using \textbf{PYCharm IDE}.

For this project three steps are implemented independently

1. Collecting images IDs or Loading Images

2. Extracting unique features, classifying them and storing or Cascading and storing.

3. Matching features of an input image to the features in the saved and predict identity or Comparing Known Encoding vs Unknown Encoding
![Screenshot 2022-07-22 003434](https://user-images.githubusercontent.com/86826802/180296162-34362955-7a78-4481-801b-9b4b427b5cd7.png)
![Screenshot 2022-07-22 003515](https://user-images.githubusercontent.com/86826802/180296250-f796bad5-171e-48b3-bc8d-4e79461629c9.png)