Image Classification
Keras
English
tensorflow
computer-vision
age-estimation
face-analysis
resnet50v2
utkface
bias-correction
age-groups
classification
deep-learning
facial-analysis
demographic-estimation
transfer-learning
Eval Results (legacy)
Instructions to use Sharris/age-group-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use Sharris/age-group-classifier with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://Sharris/age-group-classifier") - Notebooks
- Google Colab
- Kaggle