The purpose of this project is to deploy a classifier that detects if a given text message is spam or not (ham).
git clone https://github.com/Avoiding-Regression/ham-detector.git
cd ham-detector
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
To run the script, use the below command:
python ham_execute.py (this can be renamed)
To configure the application, edit the 'config.yaml' file with the below parameters
#example using function
from module import function
results = function(arg1,arg2)
print(result)
### Authors
- Joseph Tabalon
- Nancy Yuan
- Brian Pak
### **Acknowledgements**
- [Spam Data Set](https://www.kaggle.com/datasets/uciml/sms-spam-collection-dataset)