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 / age
350 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
Tijmen
Age, gender and race prediction models with benchmark
8a7c723 verified 5 days ago
  • config.json
    717 Bytes
    Age, gender and race prediction models with benchmark 5 days ago
  • model.safetensors
    350 MB
    xet
    Age, gender and race prediction models with benchmark 5 days ago
  • preprocessor_config.json
    352 Bytes
    Age, gender and race prediction models with benchmark 5 days ago
  • training_results.json
    876 Bytes
    Age, gender and race prediction models with benchmark 5 days ago