Closed sanskaromar closed 1 year ago
@sanskaromar Sir I would like to contribute to this if possible.
Hey @Aqua-16 , Please work on your previously assigned issue first. Let's get that merged first!
You can request it now from Contrihub. @Aqua-16
Sir I have tried to improve my commits this time.
Description
In the
security_system.py
file, there is a section marked with# TODO 3
that requires implementation. This task involves implementing real-time face recognition within therecognize_face
method.Expected behavior
recognize_face
method):# TODO 3
section to achieve the following:Additional context
security_system.py
file.# TODO 3
in thesecurity_system.py
file.Completing this task will ensure that the
recognize_face
method performs real-time face recognition and annotates video frames with recognized user information.