Tejas-TA/Transformer-BERT-SMS-Spam-Detection
Spam SMS Detection Project implemented using NLP & Transformers. DistilBERT - a hugging face Transformer model for text classification is used to fine-tune to best suit data to achieve the best results. Multinomial Naive Bayes achieved an F1 score of 0.94, the model was deployed on the Flask server. Application deployed in Google Cloud Platform
This tool helps identify unwanted text messages by taking a short text message as input and telling you if it's spam or not. It's designed for anyone who receives SMS messages and wants to quickly check if an unfamiliar message is legitimate or a scam, without needing to understand technical details.
No commits in the last 6 months.
Use this if you want a quick and easy way to determine if a text message is spam before you open or respond to it.
Not ideal if you need to filter large volumes of messages automatically within an application or integrate with an existing messaging system.
Stars
9
Forks
7
Language
Jupyter Notebook
License
Apache-2.0
Category
Last pushed
May 01, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/Tejas-TA/Transformer-BERT-SMS-Spam-Detection"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
xRahul/GroupingMessages
Auto categorization of your SMS into your own custom categories
IBM/sms-analysis-with-wks
Analyzing SMS offers for domain specific entities using Watson Knowledge Studio and Watson's...
omaarelsherif/Email-Spam-Detection-Using-NLP
Classify email to spam or not using some nlp techniques and multinomial naive bayes classifier
convosense/email_signature_remover
Email Signature remover - Extracting email body out of the email text in order to get accurate...
RamseyTom/Spam-Email-Detection-based-on-word2vec-CNN
使用trec06c数据集,通过jieba分词,word2vec训练词向量,搭建CNN进行垃圾邮件检测