Skip to content

Commit 5ea840d

Browse files
Merge pull request #83 from oracle-devrel/appdev-updates
updated ai services
2 parents a2ec578 + e2fd45a commit 5ea840d

File tree

6 files changed

+40
-48
lines changed

6 files changed

+40
-48
lines changed

application-development/ai-cloud-services/README.md

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2,32 +2,10 @@
22

33
Oracle Cloud Infrastructure (OCI) AI Services is a collection of services with prebuilt machine learning models that make it easier for developers to apply AI to applications and business operations. The models can be custom-trained for more accurate business results. Teams within an organization can reuse the models, datasets, and data labels across services. OCI AI Services makes it possible for developers to easily add machine learning to apps without slowing down application development.
44

5-
# Table of Contents
6-
7-
1. [Team Publications](#team-publications)
8-
2. [Useful Links](#useful-uinks)
9-
3. [Reusable Assets Overview](#reusable-assets-overview)
10-
11-
## Team Publications
12-
13-
### Architecture Center
14-
15-
- [Build a real-time object identifier using OCI Vision and Oracle Autonomous Database](https://docs.oracle.com/en/solutions/realtime-ocivision-object-identification/index.html#GUID-A875FB7D-29E3-4FBF-AED5-C0CF43F71469)
16-
- The reference architecture describes how you can integrate an OCI Vision-trained model with a front-end web app to perform real-time object identification with a mobile phone camera.
17-
18-
### Medium
19-
20-
### GitHub
21-
22-
- [AI vision web client](https://github.com/oracle-devrel/oci-tf-vision-web-client)
23-
- Terraform script that will create a set of resources on OCI to create a web app to test an existing vision model.
24-
25-
## Useful Links
265
- [Oracle AI Services](https://www.oracle.com/artificial-intelligence/ai-services/)
276
- Oracle AI Services homepage
287

29-
## Reusable Assets Overview
30-
TBD
8+
Navigate the pages for each service and find specific assets (reusable code, demos, architecture center articles, etc).
319

3210
# License
3311

application-development/ai-cloud-services/ai-language.md renamed to application-development/ai-cloud-services/ai-language/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ OCI Language is a cloud-based AI service for performing sophisticated text analy
77
1. [Team Publications](#publications)
88
2. [Useful Links](#useful-uinks)
99
3. [LiveLabs and Workshops](#livelabs-and-workshops)
10-
4. [Reusable Assets Overview](#reusable-assets-overview)
10+
4. [Reusable Assets Overview](#reusable-assets)
1111

1212
## Publications
1313

@@ -21,10 +21,12 @@ OCI Language is a cloud-based AI service for performing sophisticated text analy
2121
- [Deliver Immersive Conversational User Experiences with OCI AI Services](https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=3452&clear=RR,180&session=5298742340912)
2222
- [Build applications with Oracle’s AI services](https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=3674&clear=RR,180&session=5298742340912)
2323

24-
## Reusable Assets Overview
24+
## Reusable Assets
2525

2626
- [OCI AI Language Service introduction video](https://www.youtube.com/watch?v=-t6jje8SRXU)
2727
- [Enabling an Event-Driven, Real-Time Twitter Sentiment Analysis Dashboard Demo ](https://www.youtube.com/watch?v=9hvUxLSE3Vg)
28+
- [Smarter Apps with AI, OIC partner community webcast June 2023](https://videohub.oracle.com/media/Smarter+AI+Apps+with+OIC+partner+community+webcast+June+2023-1080p30/1_m2yjnvf9)
29+
- OCI Language and Document Understanding are cloud-based AI services for performing sophisticated text analysis and extracting data from all kinds of documents e.g. Passport, Driving License, Invoices, Receipt etc. You can use these services to build intelligent applications by leveraging REST APIs. You can use these services to build intelligent applications by leveraging REST APIs and automate using Oracle Integration Cloud. This allows you to process unstructured text for use cases such as sentiment analysis, service ticket classification, document extraction, and more using pretrained models or your own custom models leveraging OCI Data Labelling.
2830

2931
## Useful Links
3032

File renamed without changes.

application-development/ai-cloud-services/ai-vision.md renamed to application-development/ai-cloud-services/ai-vision/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ OCI Vision is an AI service for performing deep-learning–based image analysis
44

55
# Table of Contents
66

7-
1. [Team Publications](#team-publications)
7+
1. [Publications](#team-publications)
88
2. [Useful Links](#useful-uinks)
99
3. [LiveLabs and Workshops](#livelabs-and-workshops)
1010
4. [Reusable Assets Overview](#reusable-assets-overview)
@@ -14,6 +14,8 @@ OCI Vision is an AI service for performing deep-learning–based image analysis
1414

1515
- [OCI Vision Saving Bees using Object Detection](https://www.linkedin.com/pulse/saving-bees-using-ai-one-object-time-ismail-syed/)
1616
- [OCI Vision Healthcare Image Analysis](https://blogs.oracle.com/ai-and-datascience/post/advancing-healthcare-image-analysis-on-oci)
17+
- [Build a real-time object identifier using OCI Vision and Oracle Autonomous Database](https://docs.oracle.com/en/solutions/realtime-ocivision-object-identification/index.html#GUID-A875FB7D-29E3-4FBF-AED5-C0CF43F71469)
18+
- The reference architecture describes how you can integrate an OCI Vision-trained model with a front-end web app to perform real-time object identification with a mobile phone camera.
1719

1820
### LiveLabs and Workshops
1921

@@ -38,6 +40,8 @@ OCI Vision is an AI service for performing deep-learning–based image analysis
3840

3941
- [OCI image classification using data labeling and vision service](https://github.com/carlgira/oci-image-classification)
4042
- [OCI object detection using data labeling and vision service](https://github.com/carlgira/oci-object-detection)
43+
- [AI vision web client](https://github.com/oracle-devrel/oci-tf-vision-web-client)
44+
- Terraform script that will create a set of resources on OCI to create a web app to test an existing vision model.
4145

4246
## Useful Links
4347

Lines changed: 23 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,43 @@
11
# Document Understanding
22

3-
Oracle Cloud Infrastructure (OCI) Document Understanding is an AI service that enables developers to extract text, tables, and other key data from document files through APIs and command line interface tools. With OCI Document Understanding, you can automate tedious business processing tasks with prebuilt AI models and customize document extraction to fit your industry-specific needs.
3+
Oracle Cloud Infrastructure (OCI) Document Understanding is an AI service that enables developers to extract text, tables, and other key data from document files through APIs and command-line interface tools. With OCI Document Understanding, you can automate tedious business processing tasks with prebuilt AI models and customize document extraction to fit your industry-specific needs.
44

55
# Table of Contents
66

7-
1. [Team Publications](#team-publications)
8-
2. [Useful Links](#useful-links)
9-
7+
1. [Publications](#team-publications)
8+
1. [Demos](#demos)
9+
3. [LiveLabs and Workshops](#livelabs-and-workshops)
10+
4. [Reusable Assets](#reusable-assets)
11+
2. [Other Links](#other-links)
12+
1013
## Team Publications
1114

12-
### Oracle Learning (Videos)
15+
- [Announcing OCI Document Understanding custom model support (June 14, 2023)](https://blogs.oracle.com/ai-and-datascience/post/oci-document-understanding-custom-model-support)
16+
- [Announcing OCI Document Understanding service (December 8, 2022)](https://blogs.oracle.com/ai-and-datascience/post/announcing-oci-document-understanding-service)
17+
18+
### Demos
1319

20+
- [Oracle Learning Playlist - OCI Document Understanding Service](https://youtube.com/playlist?list=PLKCk3OyNwIzt1x62El9gGGeNaQr0va58c)
21+
- Overview and Product Demos by Oracle Product Management
1422
- [Demo: Automate Invoice Handling - Oracle Integration Cloud & AI Document Understanding Service](https://youtu.be/k72CcNhmOjs)
15-
23+
- [Smarter Apps with AI, OIC partner community webcast June 2023](https://videohub.oracle.com/media/Smarter+AI+Apps+with+OIC+partner+community+webcast+June+2023-1080p30/1_m2yjnvf9)
24+
- OCI Language and Document Understanding are cloud-based AI services for performing sophisticated text analysis and extracting data from all kinds of documents e.g. Passport, Driving License, Invoices, Receipts, etc. You can use these services to build intelligent applications by leveraging REST APIs. You can use these services to build intelligent applications by leveraging REST APIs and automating using Oracle Integration Cloud. This allows you to process unstructured text for use cases such as sentiment analysis, service ticket classification, document extraction, and more using pre-trained models or your own custom models leveraging OCI Data Labelling.
25+
26+
### Livelabs and Workshops
27+
- [LiveLabs - Introduction to OCI Document Understanding](https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=3585)
28+
29+
### Reusable assets
30+
- [GitHub Examples](https://github.com/oracle-samples/oci-data-science-ai-samples/tree/master/labs/ai-document-understanding)
31+
1632
## Useful Links
1733

1834
- [Product Page on Oracle.com](https://www.oracle.com/artificial-intelligence/document-understanding/)
1935
- [Documentation](https://docs.oracle.com/iaas/document-understanding/document-understanding/using/home.htm)
20-
- [Oracle Learning Playlist - OCI Document Understanding Service](https://youtube.com/playlist?list=PLKCk3OyNwIzt1x62El9gGGeNaQr0va58c)
21-
- Overview and Product Demos by Oracle Product Management
22-
- [LiveLabs -
23-
Introduction to OCI Document Understanding](https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=3585)
24-
- [GitHub Examples](https://github.com/oracle-samples/oci-data-science-ai-samples/tree/master/labs/ai-document-understanding)
25-
26-
### Articles
27-
28-
- [Announcing OCI Document Understanding custom model support (June 14, 2023)](https://blogs.oracle.com/ai-and-datascience/post/oci-document-understanding-custom-model-support)
29-
- [Announcing OCI Document Understanding service (December 8, 2022)](https://blogs.oracle.com/ai-and-datascience/post/announcing-oci-document-understanding-service)
3036

3137
# License
3238

3339
Copyright (c) 2023 Oracle and/or its affiliates.
3440

3541
Licensed under the Universal Permissive License (UPL), Version 1.0.
3642

37-
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/folder-structure/LICENSE) for more details.
43+
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/folder-structure/LICENSE) for more details.

application-development/application-integration-and-process-automation/reusable-assets-cloud/README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,25 @@
11
# Reusable Assets: Cloud
22

3-
This section contains various examples related to Application Integration: demo videos and code examples, articles, blogs, presentations, reference architectures. Links to public content are listed below, while the assets can be found in subfolders.
3+
This section contains various examples related to Application Integration: demo videos and code examples, articles, blogs, presentations, and reference architectures. Links to public content are listed below, while the assets can be found in subfolders.
44

5+
- [Smarter Apps with AI, OIC partner community webcast June 2023](https://videohub.oracle.com/media/Smarter+AI+Apps+with+OIC+partner+community+webcast+June+2023-1080p30/1_m2yjnvf9)
6+
- OCI Language and Document Understanding are cloud-based AI services for performing sophisticated text analysis and extracting data from all kinds of documents e.g. Passport, Driving License, Invoices, Receipts, etc. You can use these services to build intelligent applications by leveraging REST APIs. You can use these services to build intelligent applications by leveraging REST APIs and automating using Oracle Integration Cloud. This allows you to process unstructured text for use cases such as sentiment analysis, service ticket classification, document extraction, and more using pre-trained models or your own custom models leveraging OCI Data Labelling.
57
- [Cloud World Session: LRN1261 - Building a Multicloud, Event-Driven PO Feed Solution with Low-Code Integration](https://youtu.be/eGnbWn9btYA)
6-
- Demo Video shown during Oracle Cloud World 2022, where we show how to quickly and easily enable a real-time and event-driven solution to feed a Microsoft Azure SQL database with purchase order data coming from Oracle Enterprise Resource Planning (ERP). Learn how to use a low-code approach with Oracle Integration Cloud's prebuilt connectors and connectivity agent and Oracle Cloud Infrastructure Streaming (Kafka-based)
8+
- Demo Video showed during Oracle Cloud World 2022, where we show how to quickly and easily enable a real-time and event-driven solution to feed a Microsoft Azure SQL database with purchase order data coming from Oracle Enterprise Resource Planning (ERP). Learn how to use a low-code approach with Oracle Integration Cloud's prebuilt connectors and connectivity agent and Oracle Cloud Infrastructure Streaming (Kafka-based)
79
- [Cloud World Session: LRN3620 - Enabling an Event-Driven, Real-Time Twitter Sentiment Analysis Dashboard](https://youtu.be/9hvUxLSE3Vg)
8-
- Demo Video shown during Oracle Cloud World 2022, where we show how to enable an event-driven, real-time Twitter analysis dashboard,using an Oracle Cloud Infrastructure (OCI) Python Twitter Stream Listener, OCI Streaming (Kafka-like service), OCI AI Language Bulk Sentiment Analysis, Oracle Integration Cloud, Oracle Autonomous Database, and Oracle Analytics Cloud. See how this can keep retention and referrals high. Take part by tweeting positively and/or negatively about a specific hashtag and see how OCI AI Language Sentiment Analysis services work in real time
10+
- Demo Video showed during Oracle Cloud World 2022, where we show how to enable an event-driven, real-time Twitter analysis dashboard, using an Oracle Cloud Infrastructure (OCI) Python Twitter Stream Listener, OCI Streaming (Kafka-like service), OCI AI Language Bulk Sentiment Analysis, Oracle Integration Cloud, Oracle Autonomous Database, and Oracle Analytics Cloud. See how this can keep retention and referrals high. Take part by tweeting positively and/or negatively about a specific hashtag and see how OCI AI Language Sentiment Analysis services work in real-time
911
- [Red Hot Webinar: Multi-cloud & No Code GL Journal Integration](https://youtu.be/S6dMBqJRngw)
1012
- Demo Video about a Multi-Cloud & No-Code Integration Approach for GL Journal Bulk Data Loads from AWS S3 into Oracle Fusion Cloud ERP, using Oracle Integration Cloud native adapters and the connectivity agent as a key enabler for multi-cloud integration use cases
1113
- [Red Hot Webinar: Event-Driven & Real-Time Order Feeds from Shopify to MSFT SQLServerDB with No-Code Integration](https://youtu.be/IFrFI-feWQU)
1214
- Demo Video about enabling Real-Time and Event-Driven Order feeds from Shopify to an On-Prem Microsoft SQLServer DB, using No-Code Integration with Oracle Cloud Integration and Streaming (Kafka-based)
1315
- [Reference Architecture: Enable multicloud integrations from Oracle Cloud ERP to Microsoft Azure SQL Database](https://docs.oracle.com/en/solutions/oci-multicloud-erp-azure/index.html)
14-
- Reference Architecture on the Oracle Architecture Center, which provides the necessary considerations and recommendations to enable a multicloud, event-driven and no-code integration solution to receive real-time feeds from Oracle Cloud ERP and send those to a private Microsoft Azure SQL Database, leveraging a component Oracle Integration provides called the connectivity agent, to facilitate on-premises/multicloud integrations
16+
- Reference Architecture on the Oracle Architecture Center, which provides the necessary considerations and recommendations to enable a multicloud, event-driven, and no-code integration solution to receive real-time feeds from Oracle Cloud ERP and send those to a private Microsoft Azure SQL Database, leveraging a component Oracle Integration provides called the connectivity agent, to facilitate on-premises/multicloud integrations
1517
- [Cloud Coaching Webinar: Building a Multi-Cloud, Event-Driven Service Request Feeds Solution using No-Code Integration](https://youtu.be/gvENaT6fcYY)
1618
- Demo Video where we show to quickly and easily enable a real-time and event-driven solution to feed a Microsoft Azure SQL database with service request data coming from Oracle Fusion CX Service. Learn how to use a no-code approach with Oracle Integration Cloud's prebuilt connectors and connectivity agent (key enabler for multicloud integrations) and Oracle Cloud Infrastructure Streaming (Kafka-based)
1719
- [OIC - Recipes and Accelerators - Exploit Reuse](https://www.youtube.com/watch?v=qt_vX5CpRL4)
1820
- Demo Video (part of Red Hot Webinars) where we show how to use a Recipe (HCM Employee sync) and how to enhance it through an available accelerator.
1921
- [Cloud Integration is not only for SaaS: an EBS modernization ](https://www.youtube.com/watch?v=E_Kz-r26La4)
20-
- Demo Video (part of Red Hot Webinars) where we show an initiative to enhance and modernize the EBS platform for a better reach and ease of users. No change to existing workflow approvals in EBS and standard EBS Self Service Submissions has been required. From a mobile VBCS app employess are able to submit their IQAMA Renewal (Residence renewal) or Overtime Work Requests and their managers (up to 2 management chain up) are able to check the request and perform their approval. It uses EBS Integrated SOA Gateway which exposes custom and standard EBS APIs reached through OIC REST adapter.
22+
- Demo Video (part of Red Hot Webinars) where we show an initiative to enhance and modernize the EBS platform for better reach and ease of users. No change to existing workflow approvals in EBS and standard EBS Self Service Submissions has been required. From a mobile VBCS app employees are able to submit their IQAMA Renewal (Residence renewal) or Overtime Work Requests and their managers (up to 2 management chains up) are able to check the request and perform their approval. It uses EBS Integrated SOA Gateway which exposes custom and standard EBS APIs reached through OIC REST adapter.
2123

2224

2325
# License

0 commit comments

Comments
 (0)