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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Straueri
/
ReptileAmphibianClassification

Image Classification
Transformers
PyTorch
computer-vision
reptiles
amphibians
Model card Files Files and versions
xet
Community

Instructions to use Straueri/ReptileAmphibianClassification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Straueri/ReptileAmphibianClassification with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="Straueri/ReptileAmphibianClassification")
    pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("Straueri/ReptileAmphibianClassification", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
ReptileAmphibianClassification
94.4 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
Straueri's picture
Straueri
Create README.md
cf89e25 verified about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    2.22 kB
    Create README.md about 1 year ago
  • app.py
    1.15 kB
    Update app.py about 1 year ago
  • class_names.json
    115 Bytes
    Upload 2 files about 1 year ago
  • reptile_classifier.pth

    Detected Pickle imports (4)

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

    What is a pickle import?

    94.4 MB
    xet
    Upload 2 files about 1 year ago