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

abhilash88
/
age-gender-prediction

Image Classification
PyTorch
Transformers
English
vit
vision-transformer
age-estimation
gender-classification
face-analysis
computer-vision
multi-task-learning
Eval Results (legacy)
Model card Files Files and versions
xet
Community
8

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

  • Libraries
  • Transformers

    How to use abhilash88/age-gender-prediction with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="abhilash88/age-gender-prediction")
    pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModel
    
    processor = AutoImageProcessor.from_pretrained("abhilash88/age-gender-prediction")
    model = AutoModel.from_pretrained("abhilash88/age-gender-prediction", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
age-gender-prediction
348 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 43 commits
abhilash88's picture
abhilash88
Update README.md
197eea7 verified 11 months ago
  • .gitattributes
    1.58 kB
    Upload performance_comparison.png with huggingface_hub about 1 year ago
  • README.md
    13.5 kB
    Update README.md 11 months ago
  • config.json
    67 Bytes
    Update config.json about 1 year ago
  • model.py
    4.87 kB
    Discussion #5 11 months ago
  • performance_comparison.png
    539 kB
    xet
    Upload performance_comparison.png with huggingface_hub about 1 year ago
  • preprocessor_config.json
    362 Bytes
    Upload preprocessor_config.json about 1 year ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "torch._utils._rebuild_tensor_v2",
    • "collections.OrderedDict",
    • "torch.FloatStorage"

    What is a pickle import?

    347 MB
    xet
    Upload trained Trained model weights - 94.3% accuracy model about 1 year ago
  • training_logs.json
    2.61 kB
    Upload training_logs.json with huggingface_hub about 1 year ago