charann29 / cmr_opensource

96 stars 193 forks source link

S4-B8-Kevin-age gender classification using CNN #547

Closed kevinjashua closed 5 days ago

kevinjashua commented 5 days ago

Hi there!! Welcome to Age-Gender classification model. It is using Convolutional Neural Networks (CNNs) involves training a model to predict both the age and gender of a person from facial images.

How it works?? -This trained model predicts age and gender from new face images.
-A dataset containing face images with corresponding age and gender labels is used. -The model is trained on labelled data, adjusting weights to minimize prediction errors. -The model predicts the age as a regression task, using a linear activation function. Uploading images: image image image image

charann29 commented 5 days ago

add readme and make a commit again..merging this for now