Skip to content

Karun2codes/Spam-Classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Spam Classifier App

A machine learning web application built with Streamlit and Scikit-Learn that classifies messages as Spam or Ham (normal).

Features

  • Machine Learning: Uses TF-IDF Vectorization and a Support Vector Machine (SVC).
  • Continuous Learning: Users can flag incorrect predictions, which appends to the dataset and retrains the model dynamically.
  • Data Visualization: Built-in charts and metrics to evaluate model accuracy.

How to Run Locally

  1. Clone this repository.
  2. Install dependencies: pip install -r requirements.txt
  3. Run the app: streamlit run app.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages