NSFW image recognition

We have put together a ticketing API around a pretty useful machine learning model, called NSFW.

The model is capable of analyzing the image and providing reliable answers of the following questions:

  • does the image contain Sexy stuff
  • does the image contain Porn
  • does the image contain Hentai
  • does the image contain Drawing
  • is the image Neutral

We have integrated this model into one of our microservices and made it available for public usage by providing 2 endpoints:

Create a prediction ticket:

Method: POST

Endpoint: https://ai.cybermall.dev/ml/image/NSFW

Payload:

{
  "src": "PATH_TO_IMAGE"
}

Response:

{
  "data": {
    "status": 1,
    "type": 1,
    "predictions": [],
    "_id": "TICKET_ID",
    "created": "2024-05-10T22:18:29.936Z",
    "modified": "2024-05-10T22:18:29.936Z"
  },
  "err": 0
}

Get your prediction results

Method: GET

Endpoint: https://ai.cybermall.dev/ml/predictions/TICKET_ID

Payload: none

Response:

{
  "data": {
    "_id": "663e66902cdbc8bd9c6aee29",
    "status": 3,
    "type": 1,
    "predictions": [
      {
        "className": "Sexy",
        "probability": 0.9057281017303467
      },
      {
        "className": "Porn",
        "probability": 0.08564005047082901
      },
      {
        "className": "Neutral",
        "probability": 0.007305879145860672
      },
      {
        "className": "Hentai",
        "probability": 0.0012525548227131367
      },
      {
        "className": "Drawing",
        "probability": 0.00007344265031861141
      }
    ],
    "created": "2024-05-10T18:25:20.761Z",
    "modified": "2024-05-10T18:25:20.761Z",
    "__v": 1
  },
  "err": 0
}

Response example

Please feel free to use this public service for your existing project.

We have selected the ticketing system over single request predictions so we could balance the load on this deployed model.

If you need professional consulting about how to build your own machine learning models to address your business needs or to make them available for the market, Give us a call
?

What is NDW?

NDW stands for Neural Dataworks. NDW specializes both in tech consulting and custom software development.

?

What is your unique value?

Our expertise. NDW is a team of mature software engineers and data scientists that are united around the idea of delivering hight caliber software products and services.

?

Do you develop custom machine learning models?

Yes! out experienced data scientists will work with raw data from the bottom up. our talented software engineers will wrap the resulted model in a heavy duty micro-service or rest-API ready to deploy right into your infrastructure upon request. NDA guaranteed.

?

Do you have a portfolio?

Sure! check out our online projects, that is a testimony to our ability. From e-commerce platforms, crypto currency exchange, public APIs for geolocation decoding and NSFW image classification, Uber-like passenger transportation system, transactional email delivery system, premium content delivery system via popular messengers and more

Quick Start

Talk to a PRO today!

Time is precious resource. We believe that you can do it yourself but you can save time and get ahead of your competition immediately by consulting a professional and possibly getting a quote for a turn-key solution. Our top ranked data scientists, UI/UX experts, CyberSecurity specialists and algorithm experts will walk your through all your options to get it done the right way. Production grade approaches based on years on expertise in the field distilled for you. *We will waive the consultation fees if you accept our offer.

Schedule a free* call now