Type a message in the box below, and my classifier will determine whether it is spam or not!
Result will display here.
This implementation was first written in Python -- The first program "pickled" a file with the results of all of the relevant calculations needed to determine if any string of words is spam or ham using the pickle library. The second program implemented the techniques explained in this paper.
In order to produce this usable version here for you, I used the JSON library instead in my first program (python) to create a JSON object with that same data and then translated the Python solution into JavaScript that processes your inputs to determine if they are spam in the same way.