Skip to content
This repository has been archived by the owner on Sep 24, 2022. It is now read-only.
/ spam-or-ham Public archive

Using a support vector machine to classify emails

Notifications You must be signed in to change notification settings

wesbarnett/spam-or-ham

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Spam or ham?

Example of using machine learning to classify emails as spam or not spam.

Click on the Jupyter notebook to see the details of how the model was created.

I created a Flask app to go with it, located in the flask folder, where new emails are predicted as either spam or ham. Obviously in real life one won't copy and paste emails into a web form. This just shows a how to use a classifier in a web application.

Releases

No releases published

Packages

No packages published

Languages