Spam filter for Apple's Mail.app
-
Updated
May 29, 2024 - AppleScript
Spam filter for Apple's Mail.app
Spam Filter AI is a project in Python that uses machine learning to detect spam emails. It uses Natural Language Processing (NLP) and Naive Bayes classification. The program reads email content, converts it into useful data with TF-IDF vectorization, and then decides if the email is spam or not, keeping your inbox clean and organized.
prometheus exporter for rspamd spam filter
This project implements an NLP-based solution for filtering out e-mails as ham or spam.
DeepSpam milter v1
Script in nodejs to detect whether email exists or not.
Comprehensive anti-spam report evaluating performance, accuracy, and regulatory compliance.
Simple spam filter for Python and Brython.
A solution to the FreeCodeCamp Spam Filter challenge, which uses regular expressions to identify spam messages based on predefined patterns. Users can input a message to check if it is flagged as spam.
Add a description, image, and links to the spamfilter topic page so that developers can more easily learn about it.
To associate your repository with the spamfilter topic, visit your repo's landing page and select "manage topics."