If you know the basics of deep learning, you might be aware of the information flow from one layer to the other layer. Information is passing from layer 1 nodes to the layer 2 nodes likewise. But how about information is flowing in the layer 1 nodes itself. This is…
While the world is moving towards touchless technologies, computer vision algorithms plays a key role in building such applications to reduce human interventions.
One such application is recognizing human faces. Without knowing, we all are an integral part of face recognition application in our daily lives, ranging from unlocking mobile with face recognitions, google photos grouping, facial recognition in surveillance, pay by face techniques, and many more.
This article will explain how to build a face recognition application that detects the faces and counts the faces based on gender using OpenCV.