Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 941 Bytes

File metadata and controls

26 lines (17 loc) · 941 Bytes

Spam Classification Android Demo

An Android Project to demonstrate the use of a TensorFlow Lite model to classify spam messages.

Updates

January 2024

  • 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

February 2021

  • Improved Classifier.kt by removing unwanted methods.
  • Added documentation for classes and methods in Classifier.kt and MainActivity.kt.
  • Replaced AsyncTask with Kotlin Coroutines.

Feedback

You can open an issue here or start a new Discussion. You may consider filling out this form.