Skip to content
ponderance / anmol
← Workshop

SpamStudy

A study of what's actually in your Gmail spam: a Random Forest classifier plus LDA topic modeling, with a web front end that runs it on your own inbox.

Solo developer Pythonscikit-learnRandom ForestLDAGmail APIJavaScript
View live ↗ GitHub →

A spam analysis you can run on your own inbox: log in with Gmail and it studies the spam it finds. Under the hood it’s a Random Forest classifier trained on the classic spambase dataset, plus LDA topic modeling to surface what themes the junk actually clusters into. A small, honest piece of applied ML with a friendly front end on it.