Skip to content

📧 Spam Ham Classifier v1.0.0 Release

Latest
Compare
Choose a tag to compare
@codeterrayt codeterrayt released this 05 Feb 16:33
· 2 commits to main since this release
9dfa65c

We are excited to announce the release of 📧 Spam Ham Classifier v1.0.0! This Python Flask application allows you to classify messages as spam or ham. The classification is based on existing data in the database, fetching LIKE data, and predicting the likelihood of a message being spam or ham.

Overview

The Spam Ham Classifier utilizes Python and Flask to provide predictions on messages. The classification is driven by analyzing existing data in the database and counting the most likely spam or ham occurrences.

Setup

Prerequisites

  1. Python installed on your server.
  2. Flask for the web application.
  3. Database (e.g., using SQLite, MySQL, or another database system).