An open API service indexing awesome lists of open source software.

https://github.com/rafailbesparas/spamclassifiersms

This project implements a Spam Message Classifier using Flask to deploy a machine learning model that predicts whether a message is spam or not spam. The classifier uses a Bernoulli Naive Bayes model (BernouliClassifier.pkl) and a CountVectorizer (vectorizer.pkl) to preprocess and classify user-inputted messages.
https://github.com/rafailbesparas/spamclassifiersms

flask nlp-machine-learning python testing

Last synced: about 1 year ago
JSON representation

This project implements a Spam Message Classifier using Flask to deploy a machine learning model that predicts whether a message is spam or not spam. The classifier uses a Bernoulli Naive Bayes model (BernouliClassifier.pkl) and a CountVectorizer (vectorizer.pkl) to preprocess and classify user-inputted messages.

Awesome Lists containing this project