mcaap / email-spam-detector

Java program to detect spam emails using Spark MLib & Logistic Regression

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

email-spam-detector

Java program to detect spam emails using Apache Spark Mlib & Logistic Regression. With Eclipse IDE.

Reference: https://github.com/klevis/emailSpamFilter and his nice blog: 1-Logistic Regression http://ramok.tech/2017/09/26/email-spam-classifier-java-application-with-spark/

From the original code:

  • Removed hadoop
  • Converted to gradle project
  • No GUI. Just command line

To run on your email, please paste the contents of your email in the your_email.txt file. Then run DetectorMain.java

About

Java program to detect spam emails using Spark MLib & Logistic Regression


Languages

Language:Java 100.0%