nsfw 0.2.0

A Rust library for detecting NSFW images using a neural network.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
{
    "name": "test-js",
    "version": "1.0.0",
    "type": "module",
    "description": "",
    "main": "nsfw_bench.js",
    "license": "MIT",
    "dependencies": {
        "@tensorflow/tfjs-node": "^4.12.0",
        "nsfwjs": "^2.4.2"
    }
}