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

Fabiuas
/
Animal-classifier

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

Instructions to use Fabiuas/Animal-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Fabiuas/Animal-classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="Fabiuas/Animal-classifier")
    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("Fabiuas/Animal-classifier")
    model = AutoModelForImageClassification.from_pretrained("Fabiuas/Animal-classifier")
  • Notebooks
  • Google Colab
  • Kaggle
Animal-classifier / images
481 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
Fabiuas's picture
Fabiuas
commit files to HF hub
09f1b03 over 3 years ago
  • bee.jpg
    13.8 kB
    xet
    commit files to HF hub over 3 years ago
  • beetle.jpg
    29.3 kB
    xet
    commit files to HF hub over 3 years ago
  • bird.jpg
    17.1 kB
    xet
    commit files to HF hub over 3 years ago
  • butterfly.jpg
    36.6 kB
    xet
    commit files to HF hub over 3 years ago
  • camel.jpg
    25.1 kB
    xet
    commit files to HF hub over 3 years ago
  • cat.jpg
    18.5 kB
    xet
    commit files to HF hub over 3 years ago
  • caterpillar.jpg
    22.9 kB
    xet
    commit files to HF hub over 3 years ago
  • crab.jpg
    28.8 kB
    xet
    commit files to HF hub over 3 years ago
  • dog.jpg
    36.9 kB
    xet
    commit files to HF hub over 3 years ago
  • fly.jpg
    24.6 kB
    xet
    commit files to HF hub over 3 years ago
  • grasshopper.jpg
    21.1 kB
    xet
    commit files to HF hub over 3 years ago
  • horse.jpg
    49.5 kB
    xet
    commit files to HF hub over 3 years ago
  • lizard.jpg
    22.5 kB
    xet
    commit files to HF hub over 3 years ago
  • mosquito.jpg
    15.5 kB
    xet
    commit files to HF hub over 3 years ago
  • mouse.jpg
    36.5 kB
    xet
    commit files to HF hub over 3 years ago
  • snake.jpg
    19.4 kB
    xet
    commit files to HF hub over 3 years ago
  • spider.jpg
    25.2 kB
    xet
    commit files to HF hub over 3 years ago
  • whale.jpg
    37.3 kB
    xet
    commit files to HF hub over 3 years ago