16 lines
724 B
Markdown
16 lines
724 B
Markdown
|
|
# 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](https://developer.android.com/kotlin/coroutines).
|
|
|
|
## Feedback
|
|
|
|
You can [open an issue](https://github.com/shubham0204/Spam_Classification_Android_Demo/issues/new) here or
|
|
[start a new Discussion](https://github.com/shubham0204/Spam_Classification_Android_Demo/discussions/new).
|
|
You may consider filling out this [form](https://forms.gle/6dbLZdmnBZjE99Bx5). |