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

  • Log In
  • Sign Up

BehradG
/
resnet-18-MRI-Brain

Image Classification
Transformers
Safetensors
resnet
Image Classification
MRI
Cancer
Model card Files Files and versions
xet
Community

Instructions to use BehradG/resnet-18-MRI-Brain with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use BehradG/resnet-18-MRI-Brain with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="BehradG/resnet-18-MRI-Brain")
    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("BehradG/resnet-18-MRI-Brain")
    model = AutoModelForImageClassification.from_pretrained("BehradG/resnet-18-MRI-Brain")
  • Notebooks
  • Google Colab
  • Kaggle
resnet-18-MRI-Brain
44.8 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
BehradG's picture
BehradG
Update README.md
217243f verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    438 Bytes
    Update README.md almost 2 years ago
  • config.json
    776 Bytes
    Upload ResNetForImageClassification almost 2 years ago
  • model.safetensors
    44.8 MB
    xet
    Upload ResNetForImageClassification almost 2 years ago