omaarelsherif/Email-Spam-Detection-Using-NLP
Classify email to spam or not using some nlp techniques and multinomial naive bayes classifier
This helps classify incoming emails to identify if they are spam or legitimate messages. You provide a collection of emails, and it processes their text content to determine whether each email is spam or not. This tool is designed for anyone needing to automatically filter unwanted emails, such as individuals managing an inbox or small businesses.
No commits in the last 6 months.
Use this if you want to automatically sort emails into 'spam' and 'not spam' categories based on their content.
Not ideal if you need an out-of-the-box email client or a system that integrates directly with existing email servers without custom setup.
Stars
38
Forks
24
Language
Jupyter Notebook
License
—
Category
Last pushed
Feb 03, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/omaarelsherif/Email-Spam-Detection-Using-NLP"
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...
Tejas-TA/Transformer-BERT-SMS-Spam-Detection
Spam SMS Detection Project implemented using NLP & Transformers. DistilBERT - a hugging face...
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进行垃圾邮件检测