Skip to content

spam messages almost always have the same pattern, can the machine identify this pattern?

Notifications You must be signed in to change notification settings

aayomide/spam-classifier

Repository files navigation

Spam Filter using Naive Bayes Algorithm

In this project, I used Multinomial Naive Bayes to "teach" the computer how to identify spam messages from non-spam ones AND integrated the model in a minimal web app.

Interact with the live webapp here: aayomide-spam_identifier. Just paste your message in the textbox and click classify to check whether the message is spam or not

A dataset of 5,572 SMS messages that are already classified by humans were used for the project. The original dataset was put together by Tiago A. Almeida and José María Gómez Hidalgo, and it can be downloaded from the The UCI Machine Learning Repository. You can also download the dataset directly from this link. The data collection process is described in more details on this page, where you can also find some of the authors' papers.

About

spam messages almost always have the same pattern, can the machine identify this pattern?

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published