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

  • Log In
  • Sign Up

stephenmcintosh
/
resnet-prohibited

Image Classification
Transformers
Safetensors
resnet
Model card Files Files and versions
xet
Community

Instructions to use stephenmcintosh/resnet-prohibited with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use stephenmcintosh/resnet-prohibited with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="stephenmcintosh/resnet-prohibited")
    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("stephenmcintosh/resnet-prohibited")
    model = AutoModelForImageClassification.from_pretrained("stephenmcintosh/resnet-prohibited")
  • Notebooks
  • Google Colab
  • Kaggle
resnet-prohibited
94.3 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Screeching Giraffe
Upload ResNetForImageClassification
b9305c4 verified 10 months ago
  • .gitattributes
    1.52 kB
    initial commit 10 months ago
  • README.md
    5.17 kB
    Upload ResNetForImageClassification 10 months ago
  • config.json
    744 Bytes
    Upload ResNetForImageClassification 10 months ago
  • model.safetensors
    94.3 MB
    xet
    Upload ResNetForImageClassification 10 months ago