Keras
English
tensorflow
computer-vision
image-regression
age-estimation
face-analysis
resnet50
utkface
bias-correction
sample-weighting
huber-loss
deep-learning
facial-analysis
demographic-estimation
Eval Results (legacy)
Instructions to use Sharris/age-detection-resnet50-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use Sharris/age-detection-resnet50-model 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-detection-resnet50-model") - Notebooks
- Google Colab
- Kaggle