Moderating Social Media Contents Using AI Center & Google Cloud Vision

Moderating Social Media Contents Using AI Center & Google Cloud Vision

Use Case Description

Moderating Social Media Contents Using AI

In this use case we will use the image recognition cloud service (SafeSearch in the Google Cloud Vision API) to detect whether any images being uploaded to a website contains any explicit content. The administrators of social media sites have scripts running, as per a pre-defined schedule, to check any new images or posts(texts) that are uploaded. If there are new uploads, the script copies those images to another folder for the bot to process. The administrator does not want the bot to be working directly on the social media website folder. Once the bot detects that new files have been uploaded, it reads each file and creates an Excel log to pass to the administrator. It then loops through all the image entries in the spreadsheet and invokes SafeSearch in the Google Cloud Vision API to check the images. If the posts are text or in the image text then it will be invoked by the UiPath’s AI Center suit. The API returns an output that indicates whether the image contains adult, medical, violent, or racy content. We add this output to Excel and send this to the administrator for him/her to take the appropriate action. In this use-case, we will be building out the automation process performed by the bot. Here is a high-level To Be workflow for the use-case.

AS-IS WORKFLOW, TO-BE WORKFLOW

Other information about the use case

Industry categories for this use case: Compliance, Customer Service, Healthcare Pharma, Information Technology and Services, Legal, Marketing Sales, Operations, Telecom, Universities Academy, Other Sector

Skill level required: Advanced

UiPath Products that were used: UiPath Studio, UiPath Action Center, UiPath AI Center, UiPath Assistant, UiPath Automation Hub, UiPath Document Understanding, UiPath Orchestrator, UiPath StudioX, UiPath Task Capture

Other applications that were used: Excel, SafeSearch(Google Cloud Vision API)

Other resources: -

What is the top ROI driver for this use case?: Minimize risk and ensure compliance in operations

1 Like

That’s great. Thank you so much for your updates here.