Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

sgdkn
/
gender-classification-hp

Image Classification
Transformers
PyTorch
TensorBoard
Safetensors
vit
huggingpics
Eval Results (legacy)
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use sgdkn/gender-classification-hp with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use sgdkn/gender-classification-hp with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="sgdkn/gender-classification-hp")
    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("sgdkn/gender-classification-hp")
    model = AutoModelForImageClassification.from_pretrained("sgdkn/gender-classification-hp")
  • Notebooks
  • Google Colab
  • Kaggle
gender-classification-hp
687 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
sgdkn's picture
sgdkn
commit files to HF hub
79c6dec over 1 year ago
  • images
    commit files to HF hub almost 2 years ago
  • runs
    commit files to HF hub over 1 year ago
  • .gitattributes
    1.8 kB
    commit files to HF hub almost 2 years ago
  • README.md
    793 Bytes
    commit files to HF hub over 1 year ago
  • config.json
    763 Bytes
    commit files to HF hub over 1 year ago
  • model.safetensors
    343 MB
    xet
    commit files to HF hub over 1 year ago
  • preprocessor_config.json
    327 Bytes
    commit files to HF hub almost 2 years ago
  • pytorch_model.bin
    343 MB
    xet
    Upload 3 files almost 2 years ago