Edit model card

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
7
Inference API
Drag image file here or click to browse from your device
Unable to determine this model's library. Check the docs .

Dataset used to train c2p-cmd/PetsImageClassifier