My first CoreML ImageClassifier model using the pets dataset
[Model Prediction]
- Input:
- A Color Image (360 * 360)
- Output:
- Target: String
- eg: "Cat"
- Target Probability: Dictionary<String, Double>
{ "Cat" : 0.88, "Rabbit" : 0.0, "Dog" : 0.08 }
- Target: String
- Input:
[Made Using]
- Apple's CreateML
- Apple's CreateML
[Requirements]
- macOS 14.0+
- iOS 17.0+
- tvOS 17.0+
[Sample Usage]:
- Downloads last month
- 22
Inference Providers
NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API:
The model has no library tag.