πŸ“± SMS Spam Detection

A machine learning model for classifying SMS messages as SPAM or NOT SPAM using TF-IDF Vectorization and a Linear Support Vector Machine (SVM).

πŸ€– Model

Algorithm

  • TF-IDF β€” converts SMS text into numerical features
  • LinearSVC β€” classifies messages as SPAM or NOT SPAM

Task

Binary Text Classification

Classes

  • HAM β€” legitimate SMS
  • SPAM β€” unwanted/spam SMS

πŸ”„ ML Pipeline

SMS Message
     ↓
TF-IDF Vectorization
     ↓
Linear SVM
     ↓
SPAM / NOT SPAM
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support