/svm_spam_classifier

Support Vector Machine Spam Classifier

Primary LanguageJupyter NotebookMozilla Public License 2.0MPL-2.0

svm_spam_classifier

SVM Spam Classifier is a Spam Classifier built on Support Vector Machine. homepage

Demonstration

The demo can be accessed at here.

Installation

  • Clone this repository
git clone https://github.com/chenghui-lee/svm_spam_classifier
  • Create Virtual Environment (venv) with the name venv
py -m venv venv
  • Activate Virtual Environment
venv\Scripts\activate
  • Install dependencies
py -m pip install -r requirements.txt

Run the program

python app.py

License

LICENSE