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.
- Host: GitHub
- URL: https://github.com/trixky/spam_detection
- Owner: trixky
- Created: 2024-07-12T12:26:13.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-12T12:35:13.000Z (almost 2 years ago)
- Last Synced: 2025-03-17T14:22:01.491Z (over 1 year ago)
- Topics: api, express, spam, spam-detection, tensorflow, tensorflowjs, typescript
- Language: JavaScript
- Homepage:
- Size: 126 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).