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
a machine learning model that will classify SMS messages as either "ham" or "spam". A "ham" message is a normal message sent by a friend. A "spam" message is an advertisement or a message sent by a company.
Spam Ham Classifier: A Python Flask application for categorizing messages as spam or ham. This classification is based on analyzing existing data in the database and predicting the likelihood of a message being spam or ham, without the use of machine learning.