diff --git a/ai-vision-lab/3-integrate-oci-vision/3-integrate-oci-vision.md b/ai-vision-lab/3-integrate-oci-vision/3-integrate-oci-vision.md index 87237989..657e4a01 100644 --- a/ai-vision-lab/3-integrate-oci-vision/3-integrate-oci-vision.md +++ b/ai-vision-lab/3-integrate-oci-vision/3-integrate-oci-vision.md @@ -4,6 +4,8 @@ OCI Vision can classify images into thousands of categories to simplify common digital asset management scenarios or identify items that need attention, such as anomaly in an X-Ray. Developers can also identify and localise objects in images to automate counting of common items, such as packages and vehicles. +Optionally, to get an overview of the OCI Vision service, try the [AI Services: Introduction to OCI Vision](https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/run-workshop?p210_wid=931&p210_wec=&session=6626792478361) workshop. + In this lab, you learn how to integrate OCI Vision REST API with Oracle APEX to analyse and index the images uploaded by the user. Estimated Time: 20 Minutes diff --git a/apex-workflows/introduction.md b/apex-workflows/introduction.md index 2063dbcf..705bcfb2 100644 --- a/apex-workflows/introduction.md +++ b/apex-workflows/introduction.md @@ -37,6 +37,11 @@ In this workshop, you will: *Note: This workshop assumes you are using Oracle APEX 23.2.* +### Downloads + +[Click here](https://c4u04.objectstorage.us-ashburn-1.oci.customer-oci.com/p/EcTjWk2IuZPZeNnD_fYMcgUhdNDIDA6rt9gaFj_WZMiL7VvxPBNMY60837hu5hga/n/c4u04/b/livelabsfiles/o/doctors-app-made-easy.sql) to download the completed application. + + ## Learn More - *Useful Links* - [APEX Workflows](https://docs.oracle.com/en/database/oracle/apex/23.2/htmdb/managing-workflows-and-tasks.html#GUID-C2149600-4A1C-4CC5-A149-DB5C6963A599)