Skip to content
#

spamdetection

Here are 11 public repositories matching this topic...

Spam Filter AI is a project in Python that uses machine learning to detect spam emails. It uses Natural Language Processing (NLP) and Naive Bayes classification. The program reads email content, converts it into useful data with TF-IDF vectorization, and then decides if the email is spam or not, keeping your inbox clean and organized.

  • Updated Aug 6, 2024
  • Python

Spam Guard is a hackathon project that integrates a chatbot to answer questions related to spam or ham classifications. It features a highly accurate pre-trained ML module that classifies spam and ham messages, texts, emails, and phone numbers. This ensures effective and reliable identification of spam across various communication channels.

  • Updated Jun 15, 2024
  • Jupyter Notebook

A spam detection model built to handle imbalanced data using small pipelines. This project walks through text preprocessing, model tuning, and performance evaluation with ROC-AUC curves and classification reports, focusing on practical steps like using XGBoost and TFIDF for spam classification.

  • Updated Sep 7, 2024
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the spamdetection topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the spamdetection topic, visit your repo's landing page and select "manage topics."

Learn more