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

shreydan
/
CheXpert-5-convnextv2-tiny-384

Image Classification
Transformers
TensorBoard
Safetensors
convnextv2
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community
1

Instructions to use shreydan/CheXpert-5-convnextv2-tiny-384 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use shreydan/CheXpert-5-convnextv2-tiny-384 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="shreydan/CheXpert-5-convnextv2-tiny-384")
    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("shreydan/CheXpert-5-convnextv2-tiny-384")
    model = AutoModelForImageClassification.from_pretrained("shreydan/CheXpert-5-convnextv2-tiny-384")
  • Notebooks
  • Google Colab
  • Kaggle
CheXpert-5-convnextv2-tiny-384 / runs
Ctrl+K
Ctrl+K
  • 2 contributors
History: 7 commits
shreydan's picture
shreydan
Model save
7306f5a verified about 2 years ago
  • May21_07-51-17_b0835b462e36
    Model save about 2 years ago