spam-classifier
There are 54 repositories under spam-classifier topic.
spamscanner/spamscanner
Spam Scanner is a Node.js anti-spam, email filtering, and phishing prevention tool and service. Built for @ladjs, @forwardemail, @cabinjs, @breejs, and @lassjs.
Surya-Murali/Email-Spam-Classifier-Using-Naive-Bayes
A Naive Bayes spam/ham classifier based on Bayes' Theorem. A bunch of emails is first used to train the classifier and then a previously unseen record is fed to predict the output.
saidone75/talispam
a software held to act as a charm to avert spam and bring good messages
rudrajikadra/Spam-Classifier-iOS-Application-CoreML-Linear-SVC
Building a iOS Application using Apple's Core ML Framework, we will builed a Linear SVC model using sklearn library on the SMS Data, users will type a message on their iPhone and our model will then identify whether the message is a Spam or a Ham (Not spam).
Spidy20/NLP_Flask_Model
Flask WebApp for Spam Detection using NLP
diveshlunker/spam-classifier
Spam classifier to test and train basic spam and ham emails using Naive Bayes Technique
PratikhyaManas/Spam-Classifier-using-Naive-Bayes
The project main goal is to classify an email as spam or not using Naive Bayes Algorithm.
binit-coder/Spam-Message-Detector
It uses Text Extraction Feature like TF-IDF Vectorizer and simple python code, to classify the messages as spam or ham (normal).
chandan450/Spam-Classifier
This project classifies the email into spam and ham.
CoconutMacaroon/Spam-Filter
This is a system that takes an email and classifies if it is spam or not.
Dev228-afk/Spam-Classifier-Deployment
WebApp that Predicts whether provided Text is Spam or Ham
kk289/ML-Support_Vector_Machines-MATLAB
We use support vector machines (SVMs) with various example 2D datasets. Experimenting with these datasets will help us gain an intuition of how SVMs work and how to use a Gaussian kernel with SVMs. In the next half of the exercise, we use support vector machines to build a spam classifier.
lazyrenee/nlp-projects
Beginners' try with natural-language-processing end-to-end projects.
mhmdsab/Spam-Classifier
spam classifier with a dataset of 5000 mail
samimakhan/Spam-Classification-Project
Spam Classifier project for my end-of-semester project for Intro to AI class. We were a group of four people. I worked on all the Naive Bayes models.
Adioosin/spam-classifier
SVM model to classify SMS as spam or ham using Machine Learning
AjinkyaZ/Spam-Classifier
A simple spam classifier using Multinomial Naive Bayes
gouravaich/naive-bayes-sms-spam-classifier
Use the Naive Bayes algorithm to create a model that can classify dataset (https://archive.ics.uci.edu/ml/datasets/SMS+Spam+Collection) SMS messages as spam or not spam
ketkiambekar/spam-classifier
Spam Classifier using Naive Bayes from scratch (with Laplace Smoothing) without use of scikit-learn.
kundan121/Spam-Detection
The simplest way to identify mail as spam or not
mayurmadnani/spam_buster
Image Spam Buster - Hackathon submission for Mall91
moreirab/spam-classifier
Spam classifier using Naive Bayes algorithm.
muksiddheswar/Spam-Classifier
Naive Bayes Classification implementation of Spam Classifier in Python from scratch.
PriyeshDave/Natural-Language-Processing
Natural language processing (NLP) is a widely discussed and studied subject these days. NLP, one of the oldest areas of machine learning research, is used in major fields such as machine translation speech recognition and word processing. As part of this repository, I have implemented few projects on Natural Language Processing using Python and Machine Learning.
raffal88/Machine-learning
Python version of Andrew Ng's Machine Learning Course.
shivanshsinghal107/Data-Analytics-and-ML
Python Projects of Data Science using Data Analytics and Machine Learning
vijayanandrp/ML-003-SMS-Spam-Detector
SMS Spam Detection using machine learning algorithms
OOPSpam/blog
OOPSpam Anti-Spam API blog
overide/Naive-Spam-Classifier
This is a simple Spam classifier, which will classify email either spam or not. It uses Naive Bayes Algorithm for classification, which is implemented from scratch ;)
Vishal487/NLP-Spam-Classifier
This notebook classify emails as spam and ham.
Altafalam3/NO-SPAM
NO SPAM is a Spam-Sms-Classifier tool designed to accurately classify text messages as either spam or not spam. Using advanced machine learning algorithms, the classifier analyzes the content of SMS messages and determines their likelihood of being unsolicited or unwanted.
Debopam-Pritam2014/sms-spam-classifier
In this project I build an end-to-end sms spam classifier and hosted it on Streamlit cloud.