Skip to content

Latest commit

 

History

History
56 lines (29 loc) · 1.29 KB

README.md

File metadata and controls

56 lines (29 loc) · 1.29 KB

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