Created
February 25, 2018 19:07
-
-
Save makorowy/261215fb225f728c3dee140aed8a3b58 to your computer and use it in GitHub Desktop.
TensorFlow - Hot or Not example. Creating a classifier interface.
This file contains 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
interface Classifier { | |
fun recognizeImage(bitmap: Bitmap): Result | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment