Skip to content

Machine Learning application to identify if a SMS is spam

Notifications You must be signed in to change notification settings

GrowinScala/SpamDetector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is a SpamDetector?

SpamDetector is an open-source service written in Scala developed by the good people at Growin.

  • It was constructed in order to detect either if a SMS text written in English is Spam or not:

Current version: 0.1

How to test SpamDetector

If you want to make sure for your self that SpamDetector is in fact amazing and working properly you can the folowing steps to test it (using sbt):

  • Start by cloning this repository

git clone https://github.com/PedroCorreiaLuis/SpamDetector.git

  • Then cd into it

cd SpamDetector

  • And run the unit tests using sbt

sbt test

  • Run Postman with JSON example:

{

"content": "Hello message World"

}



Who do I talk to?

SpamDetector is an Open-Source project developed at Growin in our offices in Lisbon.
If you have any questions, you can contact:

Or visit our website: www.growin.com



License

Open source licensed under the MIT License

Releases

No releases published

Packages

No packages published

Languages