dinuka125 / Gender-Recognition-System-using-Deep-learning

This is a gender recognition application that uses cascade classifiers and deep learning to analyze images and video streams through a webcam. By inputting the image or stream and identifying faces using cascade classifiers, the application accurately predicts the gender of the subject using a trained neural network. Results are displayed as labels

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gender-Recognition-System-using-Deep-learning

This application utilizes cascade classifiers and deep learning to accurately determine the gender of an uploaded image or video stream through a webcam. The process begins by creating a dataset and training the neural network to recognize gender. Once the neural network is trained, the application inputs the image or webcam stream, and uses cascade classifiers to identify faces within the image or stream. The faces are then cropped and uploaded to the neural network for analysis, and the predicted gender is displayed as a label on the image. To see an example of the output, please refer to the attached screenshot (ss.png) within this repository.

picture source : https://depositphotos.com/

About

This is a gender recognition application that uses cascade classifiers and deep learning to analyze images and video streams through a webcam. By inputting the image or stream and identifying faces using cascade classifiers, the application accurately predicts the gender of the subject using a trained neural network. Results are displayed as labels