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

  • Log In
  • Sign Up

TheBirdLegacy
/
CatsandDogsPOC-Resnet

Image Classification
Transformers
PyTorch
resnet
Trained with AutoTrain
vision
Model card Files Files and versions
xet
Community
1

Instructions to use TheBirdLegacy/CatsandDogsPOC-Resnet with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use TheBirdLegacy/CatsandDogsPOC-Resnet with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="TheBirdLegacy/CatsandDogsPOC-Resnet")
    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("TheBirdLegacy/CatsandDogsPOC-Resnet")
    model = AutoModelForImageClassification.from_pretrained("TheBirdLegacy/CatsandDogsPOC-Resnet")
  • Notebooks
  • Google Colab
  • Kaggle
CatsandDogsPOC-Resnet
94.4 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
puffy310's picture
puffy310
Update README.md
f6a1526 over 3 years ago
  • .gitattributes
    1.62 kB
    Commit From AutoTrain over 3 years ago
  • README.md
    718 Bytes
    Update README.md over 3 years ago
  • config.json
    632 Bytes
    Commit From AutoTrain over 3 years ago
  • preprocessor_config.json
    266 Bytes
    Commit From AutoTrain over 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    94.4 MB
    xet
    Commit From AutoTrain over 3 years ago