DETECT ADULT CONTENT IN IMAGE
==============================
DESCRIPTION
--------------------------------
DETECT ADULT CONTENT IN IMAGE from an image file detects adult material so that developers can restrict the display of these images in their software. Content flags are applied with a score between zero and one so developers can interpret the results according to their own preferences.
STEP-BY-STEP SETUP
--------------------------------
0) Sign-up for MICROSOFT AZURE - COGNITIVES SERVICES by following this link:
https://azure.microsoft.com/free/cognitive-services/ 1) Create a VISION INSTANCE by following this link
https://portal.azure.com/#create/Microsoft.CognitiveServicesComputerVision 2) In KEYS & ENDPOINT section of the created VISION INSTANCE, note the KEY, ENDPOINT and enter those in the PLUGIN SETTINGS.
3) Set up a DISPLAY DATA IN GROUP that will contain the JOB RESULTS of the API PROVIDER "MICROSOFT AZURE - DETECT ADULT CONTENT IN IMAGE" in the workflow, set as GET DATA FROM AN EXTERNAL API DATA SOURCE.
Inputs Fields :
- FILE : JPEG, PNG, GIF, or BMP file from the Bubble.io picture uploader, a Protocol-relative URLs (//server/file.ext), or a HTTPS file URL.
Output Fields: Returns for each adult category a boolean along with its probability score.
IMPLEMENTATION EXAMPLE
======================
Feel free to browse the app editor in the Service URL for an implementation example.
ADDITIONAL INFORMATION
======================
> Image Input Requirements and Service Limits :
https://learn.microsoft.com/en-us/azure/cognitive-services/computer-vision/overview#image-requirements> Content Flag Definition :
https://learn.microsoft.com/en-us/azure/cognitive-services/computer-vision/concept-detecting-adult-contentTROUBLESHOOTING
================
Any plugin related error will be posted to the the Logs tab, "Server logs" section of your App Editor.
Make sure that "Plugin server side output" and "Plugin server side output" is selected in "Show Advanced".
> Server Logs Details:
https://manual.bubble.io/core-resources/bubbles-interface/logs-tab#server-logsPERFORMANCE CONSIDERATIONS
===========================
N/A
QUESTIONS ?
===========
Contact us at
[email protected] for any additional feature you would require or support question.