Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RanaRanvijaySingh/0f245f5279d13aaccc8539f83171db0b to your computer and use it in GitHub Desktop.
Save RanaRanvijaySingh/0f245f5279d13aaccc8539f83171db0b to your computer and use it in GitHub Desktop.
MLDependencies
android {
aaptOptions {
noCompress "tflite"
}
}
dependencies {
implementation 'org.tensorflow:tensorflow-lite-task-vision:0.1.0'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment