SunitRoy2703 / Tensorflow-lite-kotlin-samples

📌This repo contains the kotlin implementation of TensorflowLite Example Android Apps🚀
https://sunitroy2703.github.io/Tensorflow-lite-kotlin-samples
Apache License 2.0
46 stars 9 forks source link

Text Classification Tests in Kotlin #7

Closed SunitRoy2703 closed 3 years ago

SunitRoy2703 commented 3 years ago

Currently, the Text Classification sample's tests are written in java, we have to change it to Kotlin

Test Link: https://github.com/SunitRoy2703/Tensorflow-lite-kotlin-samples/blob/acf213635ff0e1678b2b08d0afa5814e0fd34c0e/text_classification/app/src/androidTest/java/org/tensorflow/lite/examples/textclassification/UnitTest.java

dhruvnagarajan commented 3 years ago

I got this @SunitRoy2703 , assign to me.

SunitRoy2703 commented 3 years ago

I have assigned this to you @dhruvnagarajan

dhruvnagarajan commented 3 years ago

Any reason for creating different apps inside folders for different type of models? Different modules would have worked too.

SunitRoy2703 commented 3 years ago

It's for keeping all of the models separate and people don't have to worry about build failures in the other modules that they care about. It also makes it less complex to understand a specific sample