Skip to content

Releases: codeterrayt/SpamHamClassifier

📧 Spam Ham Classifier v1.0.0 Release

05 Feb 16:33
9dfa65c
Compare
Choose a tag to compare

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).