SafeSMS: On-Device Threat Detection with Gemma 4 E4B, no internet required
SafeSMS is a new Android application designed to protect users from SMS-based scams and phishing without requiring an internet connection. It utilizes an on-device AI model, Gemma 4 E4B, to analyze messages in real-time while ensuring user privacy. The app categorizes messages as SAFE, SUSPICIOUS, or SCAM and provides detailed explanations for its assessments.
- ▪SafeSMS is designed to protect users from SMS scams and phishing.
- ▪The application runs entirely on-device, ensuring user privacy by not sending data to the cloud.
- ▪It categorizes incoming messages and provides a confidence score along with explanations for its classifications.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3818397) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Parul Malhotra Posted on May 23 SafeSMS: On-Device Threat Detection with Gemma 4 E4B, no internet required #devchallenge #gemmachallenge #gemma Gemma 4 Challenge: Build With Gemma 4 Submission This is a submission for the Gemma 4 Challenge: Build with Gemma 4 What I Built SafeSMS is a privacy-first Android application designed to protect users from the rising threat of SMS-based scams, phishing, and spam.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).