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

circulus
/
vits-age-gender-detect

Image Classification
Transformers
PyTorch
vit
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use circulus/vits-age-gender-detect with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="circulus/vits-age-gender-detect")
    pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForImageClassification
    
    processor = AutoImageProcessor.from_pretrained("circulus/vits-age-gender-detect")
    model = AutoModelForImageClassification.from_pretrained("circulus/vits-age-gender-detect", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
vits-age-gender-detect
1.21 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
rippertnt's picture
rippertnt
Upload 4 files
4d62f08 almost 3 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • README.md
    25 Bytes
    initial commit almost 3 years ago
  • config.json
    875 Bytes
    Upload 4 files almost 3 years ago
  • preprocessor_config.json
    325 Bytes
    Upload 4 files almost 3 years ago
  • pytorch_model.bin
    1.21 GB
    xet
    Upload 4 files almost 3 years ago
  • training_args.bin
    4.22 kB
    xet
    Upload 4 files almost 3 years ago