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):
docker build . -t spam-recognizer
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: