How to use from the
Use from the
Keras library
# Available backend options are: "jax", "torch", "tensorflow".
import os
os.environ["KERAS_BACKEND"] = "jax"

import keras

model = keras.saving.load_model("hf://gloryadeleru/CNN-Gender-Classifier")

# 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