Building a full-stack spam catching app
Spice up this classic project with Flask, JavaScript, and Heroku
SpamCatch is a fun side project I did to bring together natural language processing, Flask, and the front-end. Classifying spam text messages is a classic machine learning problem, but I’d never seen people test their classifier on raw strings of text. I’d also never seen a spam classifier…