Instructions to use DHEIVER/finetuned-BreastCancer-Classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use DHEIVER/finetuned-BreastCancer-Classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="DHEIVER/finetuned-BreastCancer-Classification") 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("DHEIVER/finetuned-BreastCancer-Classification") model = AutoModelForImageClassification.from_pretrained("DHEIVER/finetuned-BreastCancer-Classification") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
8ee7670 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:6c6eca927a142098f2087af163a91dbaf495ee2c2a84ca80b8627f7e44399c23
size 1213781097
|