knightowl2704 / Spam_Detection_Flask_app

Support Vector Machines based Spam Detection. With Flask app for exposing prediction endpoint.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spam_Detection_Flask_app

Spam detection model deployed using Flask Framework.

The model used is trained using SVM on Spam Message dataset and exported as .pkl file. The vectorizer is also saved during training and both the files are included in the repo, if you wish to use them directly.

The training of the SVM can can be found here

About

Support Vector Machines based Spam Detection. With Flask app for exposing prediction endpoint.


Languages

Language:HTML 57.4%Language:Python 42.6%