This project involves creating a text classification system to detect spam messages. The system uses machine learning models to classify messages as either spam or not spam based on their content.
To set up the spam detection system on your local machine, follow these steps:
git clone https://github.com/username/spam-detection.git
cd spam-detection
python3 -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
pip install -r requirements.txt
To start the spam detection system, run the main script and input the text you want to classify:
python spam_detection.py --text "message to classify"