Skip to content
#

age-gender-recognition

Here are 11 public repositories matching this topic...

This repository contains Python code for an age and gender detection project using the video stream from the camera. The model is trained on the UTKFace dataset and utilizes deep learning techniques for accurate age and gender estimation. The code includes scripts for data preprocessing, model training, and real-time detection from the camera.

  • Updated May 28, 2023
  • Python

Under this machine learning project, first the one or more than one faces from the image are extracted using google's cascade classfier. The extracted faces are cropped and then preprocessed into green scaled pixel values which is then fed into keras sequential model. The trained model is integrated with user interface with the help of flask.

  • Updated Jan 28, 2022
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the age-gender-recognition topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the age-gender-recognition topic, visit your repo's landing page and select "manage topics."

Learn more