Skip to content

Sumith2000/SMS-Spam-Classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

SMS-Spam-Classifier

This is a simple SMS spam classifier built using Python's Tkinter for the graphical user interface (GUI) and a Naive Bayes model for text classification. The app allows users to input an SMS message and classify it as either spam or not spam (ham).

Features User-Friendly Interface: Easy-to-use GUI built with Tkinter. Real-Time Classification: Instantly classify SMS messages as spam or ham. Naive Bayes Classifier: Utilizes a Multinomial Naive Bayes model trained on sample SMS data. TF-IDF Vectorization: Transforms SMS text into numerical features using TF-IDF.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published