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
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"
}
SpamDetector is an Open-Source project developed at Growin in our offices in Lisbon.
If you have any questions, you can contact:
- Valter Fernandes - [email protected]
- Pedro Correia Luís - [email protected]
- Rui Valente - [email protected]
Or visit our website: www.growin.com
Open source licensed under the MIT License