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
- Fork it (https://github.com/aakash-cse/SpamHamClassification/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request