Instructions to use crncskn/rv2_classf with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use crncskn/rv2_classf with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="crncskn/rv2_classf") 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("crncskn/rv2_classf") model = AutoModelForImageClassification.from_pretrained("crncskn/rv2_classf") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
library_name: transformers
|
| 4 |
tags: []
|
| 5 |
---
|
|
@@ -7,7 +7,7 @@ tags: []
|
|
| 7 |
# Model Card for Model ID
|
| 8 |
|
| 9 |
<!-- Provide a quick summary of what the model is/does. -->
|
| 10 |
-
|
| 11 |
|
| 12 |
|
| 13 |
## Model Details
|
|
|
|
| 1 |
---
|
| 2 |
+
|
| 3 |
library_name: transformers
|
| 4 |
tags: []
|
| 5 |
---
|
|
|
|
| 7 |
# Model Card for Model ID
|
| 8 |
|
| 9 |
<!-- Provide a quick summary of what the model is/does. -->
|
| 10 |
+
Breast classification with custom pretrained model
|
| 11 |
|
| 12 |
|
| 13 |
## Model Details
|