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

  • Log In
  • Sign Up

smaranjitghose
/
big-cat-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 smaranjitghose/big-cat-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use smaranjitghose/big-cat-classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="smaranjitghose/big-cat-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("smaranjitghose/big-cat-classifier")
    model = AutoModelForImageClassification.from_pretrained("smaranjitghose/big-cat-classifier")
  • Notebooks
  • Google Colab
  • Kaggle
big-cat-classifier / src
2.04 kB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 1 commit
smaranjitghose
Updated Readme
3148b97 almost 5 years ago
  • __pycache__
    Updated Readme almost 5 years ago
  • __init__.py
    0 Bytes
    Updated Readme almost 5 years ago
  • big_cat_classifier.py
    766 Bytes
    Updated Readme almost 5 years ago