Skip to content

Instantly share code, notes, and snippets.

@magi82
Created June 27, 2021 16:59
Show Gist options
  • Save magi82/e514b6feb05c60795ce1180296d6e4c9 to your computer and use it in GitHub Desktop.
Save magi82/e514b6feb05c60795ce1180296d6e4c9 to your computer and use it in GitHub Desktop.
ImageClassificationService
protocol ImageClassificationServiceLogic {
func classificationForArticle(images: [MLImage]) -> [ArticleImagePrediction]
func classificationForBigPicture(image: MLImage?) -> BigPictureUploadedImagePrediction?
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment