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

  • Log In
  • Sign Up

ianpan
/
mammoscreen

Image Classification
Transformers
Safetensors
mammo
feature-extraction
mammography
cancer
breast_cancer
radiology
breast_density
custom_code
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use ianpan/mammoscreen with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="ianpan/mammoscreen", trust_remote_code=True)
    pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("ianpan/mammoscreen", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
mammoscreen
244 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
ianpan's picture
ianpan
Update README.md
b619a88 verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    5.42 kB
    Update README.md over 1 year ago
  • config.json
    575 Bytes
    Upload MammoEnsemble over 1 year ago
  • configuration.py
    1.15 kB
    Upload MammoEnsemble over 1 year ago
  • model.safetensors
    244 MB
    xet
    Upload MammoEnsemble over 1 year ago
  • modeling.py
    6.32 kB
    Upload MammoEnsemble over 1 year ago