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
[Requirements]
- macOS 14.0+
- iOS 17.0+
- tvOS 17.0+
[Sample Usage]:
- Downloads last month
- 3