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

pillIdentifierAI
/
pillIdentifier

Image Classification
Transformers
Safetensors
English
vit
medical
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use pillIdentifierAI/pillIdentifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="pillIdentifierAI/pillIdentifier")
    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("pillIdentifierAI/pillIdentifier")
    model = AutoModelForImageClassification.from_pretrained("pillIdentifierAI/pillIdentifier")
  • Notebooks
  • Google Colab
  • Kaggle
pillIdentifier
698 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 6 commits

This model has 1 file scanned as unsafe.

janong24's picture
janong24
Upload 2 files
08377be verified about 2 years ago
  • version2
    Upload 2 files about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    767 Bytes
    Update README.md about 2 years ago
  • config.json
    102 kB
    Upload ViTForImageClassification over 2 years ago
  • model.safetensors
    352 MB
    xet
    Upload ViTForImageClassification over 2 years ago