https://github.com/nullbeam/spam-dectector
https://github.com/nullbeam/spam-dectector
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nullbeam/spam-dectector
- Owner: nullbeam
- Created: 2023-03-24T16:10:04.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-19T18:19:45.000Z (over 2 years ago)
- Last Synced: 2024-04-17T00:04:12.901Z (almost 2 years ago)
- Language: JavaScript
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
}
```