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
          }
          
  • [Made Using]

  • [Requirements]

    • macOS 14.0+
    • iOS 17.0+
    • tvOS 17.0+
  • [Sample Usage]:

  • [Prediction Results] image/png

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.

Dataset used to train c2p-cmd/PetsImageClassifier