Skip to content
This repository was archived by the owner on May 21, 2025. It is now read-only.

Latest commit

 

History

History
14 lines (12 loc) · 236 Bytes

File metadata and controls

14 lines (12 loc) · 236 Bytes

spam-dectector

Start app with next commands:

npm install
node index.js

Call api http://127.0.0.1:3000/predict as POST method with body (example):

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