SpamClassification/android
2022-10-19 22:28:14 +09:00
..
app Initial commit 2022-10-19 22:28:14 +09:00
gradle/wrapper Initial commit 2022-10-19 22:28:14 +09:00
.gitignore Initial commit 2022-10-19 22:28:14 +09:00
build.gradle Initial commit 2022-10-19 22:28:14 +09:00
gradle.properties Initial commit 2022-10-19 22:28:14 +09:00
gradlew Initial commit 2022-10-19 22:28:14 +09:00
gradlew.bat Initial commit 2022-10-19 22:28:14 +09:00
LICENSE.txt Initial commit 2022-10-19 22:28:14 +09:00
README.md Initial commit 2022-10-19 22:28:14 +09:00
settings.gradle Initial commit 2022-10-19 22:28:14 +09:00

Spam Classification Android Demo

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

Major Updates as of 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.