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

https://github.com/trixky/spam_detection

A spam detection API using a basic comment spam classifier model.
https://github.com/trixky/spam_detection

api express spam spam-detection tensorflow tensorflowjs typescript

Last synced: 3 months ago
JSON representation

A spam detection API using a basic comment spam classifier model.

Awesome Lists containing this project

README

          

# spam_detection

A spam detection API using a basic [comment spam classifier model](https://www.kaggle.com/models/tensorflow/spam-detection/tfJs/tfjs/1?tfhub-redirect=true).

> You can load the Postman collection to test the API from the `spam.postman_collection.json` file.

## Usage

```bash
npm install

# ------------- demo
npm run build
npm run demo

# ------------- API
npm run dev # check the http://localhost:3242
```

> This model is not ready for production, it's just a demo (check the model link above).