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