/Spam-Classifier

Spam classifier using text analysis

Primary LanguageJupyter Notebook

Spam Classifier

This code helps you classify whether a message is spam or ham.

Code Requirements

You can install Conda for python which resolves all the dependencies for machine learning.

Description

18th March

  1. Extracted occurances of spam and ham.
  2. Stored the messages in a list
  3. Ignored some spam messages since there was an encoding issue. Used try/catch technique for that

Execution

To run the code, type python spam.py

python spam.py