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
age-estimation
age-prediction
gender-classification
race-classification
ethnicity-classification
face-analysis
demographics
facial-attributes
fairness
bias-evaluation
convnext
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
  • 1 contributor
History: 3 commits
Tijmen
predict.py: fall back to concrete ConvNext classes
9b5f92c verified 5 days ago
  • age
    Age, gender and race prediction models with benchmark 5 days ago
  • benchmark
    Age, gender and race prediction models with benchmark 5 days ago
  • gender
    Age, gender and race prediction models with benchmark 5 days ago
  • race
    Age, gender and race prediction models with benchmark 5 days ago
  • .gitattributes
    92 Bytes
    Age, gender and race prediction models with benchmark 5 days ago
  • LICENSE
    2.21 kB
    Age, gender and race prediction models with benchmark 5 days ago
  • README.md
    9.5 kB
    Age, gender and race prediction models with benchmark 5 days ago
  • correction.py
    4.11 kB
    Age, gender and race prediction models with benchmark 5 days ago
  • example.py
    1.34 kB
    Age, gender and race prediction models with benchmark 5 days ago
  • predict.py
    10.2 kB
    predict.py: fall back to concrete ConvNext classes 5 days ago
  • requirements.txt
    235 Bytes
    Age, gender and race prediction models with benchmark 5 days ago