Instructions to use cosqnetwork/aquila_mamogram_classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use cosqnetwork/aquila_mamogram_classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="cosqnetwork/aquila_mamogram_classifier") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("cosqnetwork/aquila_mamogram_classifier", device_map="auto") - Notebooks
- Google Colab
- Kaggle
metadata
license: apache-2.0
pipeline_tag: image-classification
base_model:
- microsoft/resnet-50
library_name: transformers