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.