Skip to content

In this repo I demonstrated how to build a simple sms spam filter using multinomial naive bayes

Notifications You must be signed in to change notification settings

yickysan/Spam-Filter-with-Naive-Bayes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Spam-Filter-with-Naive-Bayes

In this repo I demonstrated how to build a simple sms spam filter using multinomial naive bayes.

The dataset used here 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.

To build this spam filter we will be working with pandas which is a python library for data analysis and we we will also be using the gradio library to build a simple web interface to launch and test the algorithm.

You can download both libraries with a simple pip command. i.e pip install pandas and pip install gradio

You can try out the spam filter here

About

In this repo I demonstrated how to build a simple sms spam filter using multinomial naive bayes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published