Simple Android SMS Classification App using LSTM [Work in progress]
This is a repository of a simple Android SMS classification app that implement LSTM model on classifying Indonesian text messages from this repository. This app was built using Kotlin, the Android Jetpack-Navigation, Room, and Tensorflow-lite libraries.
Features
- Receive text message.
- Classify incoming sms (real-time classification) using LSTM model into three classes (normal/ham, scam/fraud, promotions/advertisement).
- Move/change conversation class in case of misclassification.
- More features to comeā¦