Created
June 27, 2021 16:59
-
-
Save magi82/e514b6feb05c60795ce1180296d6e4c9 to your computer and use it in GitHub Desktop.
ImageClassificationService
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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