An Android Project to demonstrate the use of a TensorFlow Lite model to classify spam messages.
- Replaced XML-based UI with Jetpack Compose
- Set
compileSdk=34
- Async inference in
Classifier.kt
with Coroutines - Added version catalogs
- Replaced Groovy build scripts with Kotlin build scripts
- Improved
Classifier.kt
by removing unwanted methods. - Added documentation for classes and methods in
Classifier.kt
andMainActivity.kt
. - Replaced
AsyncTask
with Kotlin Coroutines.
You can open an issue here or start a new Discussion. You may consider filling out this form.