Skip to content

A simple application that uses machine learning to classify spam.

Notifications You must be signed in to change notification settings

wdebsqi/spam-recognizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spam recognizer

It's a simple application that uses machine learning to classify spam. To run it you have to have Docker installed.

To start the application navigate to directory containing Dockerfile and run the following commands using Terminal (Linux) or CMD(Windows):

  1. docker build . -t spam-recognizer
  2. docker run -it --rm spam-recognizer

While inside the application, type any text and press ENTER to check whether it's spam or ham. To exit, type exit() and press ENTER.

Authors: