NSFW Classification

免费增值
通过 vamsi | 已更新 16日前 | Artificial Intelligence/Machine Learning
Health Check

N/A

README

Header

 Authorization -  Basic Auth with nanonets API Key found at app.nanonets.com as username and password as empty
 Example: 'Basic ' + base64Encoding(REPLACE_NANONETS_API_KEY+':')

Form Data

  file - binary stream of file(s)

Sample Response Body

{
  "message": "Success",
  "result": [
    {
      "message": "Success",
      "prediction": [
        {
          "label": "sfw",
          "probability": 0.99849355
        },
        {
          "label": "nsfw",
          "probability": 0.0015064089
        }
      ],
      "file": "https://s3-us-west-2.amazonaws.com/nanonets/uploadedfiles/353cea12-4dcc-47ee-b139-dd345157b17d/sfw/1a1e1d3a-6ed6-4869-bab4-c64488925584.jpeg"
    }
  ]
}
关注者:3
资源:
产品网站
API 创建者:
Rapid account: Vamsi
vamsi
nanonets
登录并给 API 打分
打分:5 - 投票:1