Devasy23 / FaceRec

An advanced facial recognition system designed for real-time identification using deep learning models and optimized vector search. Features include face detection, embedding generation, and scalable deployment options.
Apache License 2.0
32 stars 30 forks source link

face recognition #89

Closed Shaistaattar42 closed 1 month ago

Shaistaattar42 commented 1 month ago

using computer vision

Description

Please include a summary of the changes and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Fixes # API issue

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Checklist:

Devasy23 commented 1 month ago

Hello @Shaistaattar42 , you forgot to include a description with your PR, please describe your changes. Moreover you have used harcascade for face detection which is good at beginner level but our code already has been using advanced algorithms like ssd and mtcnn for for detection and alignment.

Devasy23 commented 1 month ago

@puwun please take further care of this PR and close it if this doesn't move in direction aligned with our goal