Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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))
- Host: GitHub
- URL: https://github.com/vidiptvashist/face-recognition-attendance-system
- Owner: vidiptvashist
- Created: 2022-07-21T19:01:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-24T17:10:47.000Z (over 2 years ago)
- Last Synced: 2024-11-13T23:30:36.971Z (2 months ago)
- Topics: face-recognition, opencv
- Language: Python
- Homepage:
- Size: 8.63 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 independently1. 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)