You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spam Classifier Web App is an NLP-based Flask application that detects whether a given message is Spam or Not Spam using a trained machine learning model. It preprocesses text using NLTK (tokenization, stopword removal, stemming), transforms it with TF-IDF vectorization, and classifies it in real time. Accuracy-97%