Skip to content

Instantly share code, notes, and snippets.

@makorowy
Created February 25, 2018 19:07
Show Gist options
  • Save makorowy/261215fb225f728c3dee140aed8a3b58 to your computer and use it in GitHub Desktop.
Save makorowy/261215fb225f728c3dee140aed8a3b58 to your computer and use it in GitHub Desktop.
TensorFlow - Hot or Not example. Creating a classifier interface.
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