So far, we've covered a few projects by completing basic UiPath activities such as web automation and Excel automation. In this chapter, we will cover further ground by invoking libraries from the UiPath marketplace, UiPath Go!, and creating our first artificial intelligence (AI)-based automation!Â
We will learn how to automatically moderate images that are uploaded to social media sites. This type of automation will process images using the Google Cloud Vision API and send the administrator a spreadsheet with its recommendations.Â
This project will help you understand the following:
- The basics of the Google Cloud Vision API using the Detect Explicit content or SafeSearch feature
- Using the UiPath Go! marketplace
- Using configuration files to avoid hardcoding
- UiPath Excel operations
- Using advanced Try-Catch blocks to handle exceptions...