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

Jesteban247
/
mobilevit_small-chest_xray

Image Classification
Transformers
Safetensors
English
mobilevit
sft
vision
medical-imaging
chest-xray
pneumonia
covid19
tuberculosis
Model card Files Files and versions
xet
Community

Instructions to use Jesteban247/mobilevit_small-chest_xray with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Jesteban247/mobilevit_small-chest_xray with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="Jesteban247/mobilevit_small-chest_xray")
    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("Jesteban247/mobilevit_small-chest_xray")
    model = AutoModelForImageClassification.from_pretrained("Jesteban247/mobilevit_small-chest_xray")
  • Notebooks
  • Google Colab
  • Kaggle
mobilevit_small-chest_xray
20.2 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
Jesteban247's picture
Jesteban247
Update README.md
d4194bb verified 8 months ago
  • .gitattributes
    1.62 kB
    Rename Chest_X-Ray.png to chest_xray.png 8 months ago
  • README.md
    1.92 kB
    Update README.md 8 months ago
  • chest_xray.png
    316 kB
    xet
    Rename Chest_X-Ray.png to chest_xray.png 8 months ago
  • config.json
    1.02 kB
    Upload 4 files 8 months ago
  • model.safetensors
    19.9 MB
    xet
    Upload 4 files 8 months ago
  • preprocessor_config.json
    373 Bytes
    Upload 4 files 8 months ago