/SpamHamClassification

This repository contains the source code for the spam ham classification, an Natural Language project

Primary LanguagePython

SpamHamClassification

An Machine learning based Spam/Ham Classification using NLP

This repository contains the source code for the Classification of the text data whether it is Spam/Ham using the Machine Learning.

About the data

Please refer the readme file of the data folder in this repository

Usage example

Have you ever wonder how google classifies the mail in the Spam folder in your GMAIL....It is because of the text classifier similar to this to seperate the spam mails from the normal/Important mail..

For more examples and usage, please refer to the here.

Outputs

Contributing

  1. Fork it (https://github.com/aakash-cse/SpamHamClassification/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request