Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

TimmaJ
/
age-gender-race-prediction

Image Classification
Transformers
Safetensors
English
convnext
face
demographics
age-estimation
gender-classification
fairness
Model card Files Files and versions
xet
Community

Instructions to use TimmaJ/age-gender-race-prediction with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use TimmaJ/age-gender-race-prediction with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="TimmaJ/age-gender-race-prediction")
    pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("TimmaJ/age-gender-race-prediction", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
age-gender-race-prediction
1.05 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 4 commits
TimmaJ's picture
TimmaJ
v2: four-class race head, per-domain calibration, ad-domain benchmark
324be87 verified 11 days ago
  • age
    v2: four-class race head, per-domain calibration, ad-domain benchmark 11 days ago
  • benchmark
    v2: four-class race head, per-domain calibration, ad-domain benchmark 11 days ago
  • gender
    v2: four-class race head, per-domain calibration, ad-domain benchmark 11 days ago
  • race
    v2: four-class race head, per-domain calibration, ad-domain benchmark 11 days ago
  • .gitattributes
    92 Bytes
    v2: four-class race head, per-domain calibration, ad-domain benchmark 11 days ago
  • LICENSE
    2.21 kB
    Age, gender and race prediction models with benchmark 30 days ago
  • README.md
    8.42 kB
    v2: four-class race head, per-domain calibration, ad-domain benchmark 11 days ago
  • _bias_ai.npy
    160 Bytes
    v2: four-class race head, per-domain calibration, ad-domain benchmark 11 days ago
  • _bias_real.npy
    160 Bytes
    v2: four-class race head, per-domain calibration, ad-domain benchmark 11 days ago
  • calibration.py
    2.39 kB
    v2: four-class race head, per-domain calibration, ad-domain benchmark 11 days ago
  • example.py
    519 Bytes
    v2: four-class race head, per-domain calibration, ad-domain benchmark 11 days ago
  • predict.py
    11.3 kB
    v2: four-class race head, per-domain calibration, ad-domain benchmark 11 days ago
  • requirements.txt
    214 Bytes
    v2: four-class race head, per-domain calibration, ad-domain benchmark 11 days ago