Skip to content

Commit 4e51973

Browse files
Add model, label, tensorFlow .so and tensorFlow jar file.
1 parent 54dd677 commit 4e51973

File tree

5 files changed

+1003
-1
lines changed

5 files changed

+1003
-1
lines changed

app/build.gradle

+2-1
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,11 @@ android {
3636
}
3737

3838
dependencies {
39-
compile fileTree(dir: 'libs', include: ['*.jar'])
39+
compile fileTree(include: ['*.jar'], dir: 'libs')
4040
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
4141
exclude group: 'com.android.support', module: 'support-annotations'
4242
})
4343
compile 'com.android.support:appcompat-v7:25.1.1'
4444
testCompile 'junit:junit:4.12'
45+
compile files('libs/libandroid_tensorflow_inference_java.jar')
4546
}
Binary file not shown.

0 commit comments

Comments
 (0)