# CNN Gender & Age Classifier

This repository contains a trained **CNN-based TensorFlow/Keras model**.

## Tasks

- Gender classification (Male / Female)

- Age range prediction from facial images

## Model File

- best\_multi\_output\_model.h5

## How to Load the Model


import tensorflow as tf



model = tf.keras.models.load\_model(

    "best\_multi\_output\_model.h5",

    compile=False

)


Downloads last month
-
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support