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

  • Log In
  • Sign Up

alkzar90
/
croupier-creature-classifier

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

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

  • Libraries
  • Transformers

    How to use alkzar90/croupier-creature-classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="alkzar90/croupier-creature-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("alkzar90/croupier-creature-classifier")
    model = AutoModelForImageClassification.from_pretrained("alkzar90/croupier-creature-classifier")
  • Notebooks
  • Google Colab
  • Kaggle
croupier-creature-classifier / examples
239 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
alkzar90's picture
alkzar90
example-inference
b8bcf1e almost 4 years ago
  • crusader_peco_peco.png
    3.65 kB
    example-inference almost 4 years ago
  • dobby_harry_potter.jpg
    43.7 kB
    example-inference almost 4 years ago
  • goblin_wow.png
    109 kB
    example-inference almost 4 years ago
  • resident_evil_nemesis.jpeg
    83 kB
    example-inference almost 4 years ago