Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xrahul/smart-messages
Bucketize sms automatically
https://github.com/xrahul/smart-messages
android buckets categorization machine-learning sms
Last synced: about 1 month ago
JSON representation
Bucketize sms automatically
- Host: GitHub
- URL: https://github.com/xrahul/smart-messages
- Owner: xRahul
- License: apache-2.0
- Created: 2017-02-10T13:00:44.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:32:42.000Z (about 1 year ago)
- Last Synced: 2023-12-15T06:41:46.665Z (about 1 year ago)
- Topics: android, buckets, categorization, machine-learning, sms
- Language: Java
- Size: 156 KB
- Stars: 0
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SmartMessages
This is an android app that categorizes your sms into various buckets like logs, ecommerce, personal, notification etc.
Every trained model will be user specific, so each user can categorize their sms according to their needs.
It requires some learning at the beginning,
and it will learn with every training data you provide by choosing correct categories for sms if there's a miss somewhere.The api endpoint for this is- [SMART](https://github.com/reetawwsum/SMART)
This requires a webserver with php and python installed for processing.You can choose which sender you want to gather data for and whom to ignore,
categories are color coded for easier representation.Future Roadmap-
* Add preferences for selecting senders, creating buckets
* Add filtering for sms data(_currently only reads unread messages_)
* On phone machine learning making it truly secure and offline