svm_spam_classifier
SVM Spam Classifier is a Spam Classifier built on Support Vector Machine.
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