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
No commits in the last 6 months.
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
omaarelsherif/Email-Spam-Detection-Using-NLP
Classify email to spam or not using some nlp techniques and multinomial naive bayes classifier
IBM/sms-analysis-with-wks
Analyzing SMS offers for domain specific entities using Watson Knowledge Studio and Watson's...
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进行垃圾邮件检测