An open API service indexing awesome lists of open source software.

https://github.com/nullbeam/spam-dectector


https://github.com/nullbeam/spam-dectector

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# spam-dectector

Start app with next commands:
```bash
npm install
node index.js
```
Call api ```http://127.0.0.1:3000/predict``` as POST method with body (example):

```json
{
"message": "mano a que hora vienes por el pan"
}
```