Created
June 19, 2021 05:43
-
-
Save RanaRanvijaySingh/0f245f5279d13aaccc8539f83171db0b to your computer and use it in GitHub Desktop.
MLDependencies
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
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