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

  • Log In
  • Sign Up

ianpan
/
chest-x-ray-basic

Image Segmentation
Transformers
Safetensors
cxr_basic
feature-extraction
chest_x_ray
x_ray
medical_imaging
radiology
segmentation
classification
lungs
heart
custom_code
Model card Files Files and versions
xet
Community

Instructions to use ianpan/chest-x-ray-basic with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ianpan/chest-x-ray-basic with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-segmentation", model="ianpan/chest-x-ray-basic", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("ianpan/chest-x-ray-basic", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
chest-x-ray-basic
89.1 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
ianpan's picture
ianpan
Update README.md
fec189c verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    3.84 kB
    Update README.md over 1 year ago
  • config.json
    708 Bytes
    Upload model over 1 year ago
  • configuration.py
    1.47 kB
    Upload model over 1 year ago
  • model.safetensors
    89.1 MB
    xet
    Upload model over 1 year ago
  • modeling.py
    3.34 kB
    Upload model over 1 year ago
  • unet.py
    7.5 kB
    Upload model over 1 year ago