Skip to content

Commit 05c6d1c

Browse files
committed
coaching-sessions
1 parent 462a06b commit 05c6d1c

File tree

6 files changed

+62
-8
lines changed

6 files changed

+62
-8
lines changed

ai-and-app-modernisation/ai-services/README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,20 @@
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-
Reviewed: 30.01.2024
5+
Reviewed: 17.10.2024
6+
7+
# Team Publications
8+
- [Cloud Coaching - Low Code embraces Oracle Cloud Infrastructure AI services](https://www.youtube.com/watch?v=0oHixpA9JDc)
9+
- Learn how to create applications that read, modify, and classify documents with a couple of clicks using our low code development platform and some of the OCI AI services offering.
610

711
# Table of Contents
812

9-
- [Useful Links](#useful-links)
10-
- [Reusable Assets](#reusable-assets)
13+
- [AI Services](#ai-services)
14+
- [Team Publications](#team-publications)
15+
- [Table of Contents](#table-of-contents)
16+
- [Useful Links](#useful-links)
17+
- [Reusable Assets](#reusable-assets)
18+
- [License](#license)
1119

1220
# Useful Links
1321

ai-and-app-modernisation/ai-services/ai-document-understanding/README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,19 @@
22

33
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

5-
Reviewed: 30.01.2024
5+
Reviewed: 17.10.2024
66

77

88
# Table of Contents
99

10-
- [Team Publications](#team-publications)
11-
- [LiveLabs and Workshops](#livelabs-and-workshops)
10+
- [Document Understanding](#document-understanding)
11+
- [Table of Contents](#table-of-contents)
12+
- [Team Publications](#team-publications)
1213
- [Reusable Assets Overview](#reusable-assets-overview)
13-
- [Useful Links](#useful-links)
14+
- [Useful Links](#useful-links)
15+
- [LiveLabs and Workshops](#livelabs-and-workshops)
1416
- [Customer Stories](#customer-stories)
17+
- [License](#license)
1518

1619
# Team Publications
1720

@@ -43,6 +46,8 @@ Reviewed: 30.01.2024
4346
- [Document Understanding (Insurance Document) Key Value extraction demo](https://youtu.be/QsFqaRxtV1s)
4447
- [Cloud Customer Connect - How to Train Your Oracle AI Cloud Service Model](https://community.oracle.com/customerconnect/events/604740-oci-how-to-train-your-oracle-ai-cloud-service-model)
4548
- In this session, we demonstrate how you can use OCI AI services, to create custom models using the data labeling, vision, and document understanding service.
49+
- [Cloud Coaching - Low Code Modular RAG-based Knowledge Search Engine using Oracle GenAI](https://www.youtube.com/watch?v=KkVomurY_0Q)
50+
- In this coaching session, you’ll learn how to use low-code integration with Oracle Integration Cloud to integrate and orchestrate social media channels like WhatsApp, Business channels like a Web Application built in Oracle Visual Builder, productivity channels like OCI Object Storage, local large and small language models (LLMs), and vector databases to ingest live data into the RAG-based Knowledge Search Engine store.
4651

4752
# Useful Links
4853

ai-and-app-modernisation/ai-services/ai-language/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ Reviewed: 17.10.2024
2020

2121
- [Saving the Bees using AI: One Positive Entity at a Time](https://www.linkedin.com/pulse/saving-bees-using-ai-one-positive-entity-time-ismail-syed/)
2222
- [AI Meetings: Sentiment analysis & Name Entity Recognition](https://www.oracle.com/artificial-intelligence/automate-meeting-transcriptions/)
23+
- [Cloud Coaching - Unlock the potential of enterprise Oracle GenAI](https://www.youtube.com/watch?v=dtvP0DU7Mdg)
24+
- During this cloud coaching session, we demonstrate how to leverage AI to revolutionize meeting interactions. Experience real-time transcription, summary generation, a chat interface and more that enhances collaboration and productivity.
25+
- [Cloud Coaching - Oracle Integration (OIC3) and AI Language Service](https://www.youtube.com/watch?v=9gDHVjwKDR8)
26+
- The aim of this video is to show practical examples when and how to use AI Language Service - Named Entity Recognition method.
27+
2328

2429
## Architecture Center
2530

ai-and-app-modernisation/ai-services/ai-speech/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,14 @@ Reviewed: 17.10.2024
2626
- OCI Speech is an AI service that applies automatic speech recognition technology to transform audio-based content into text. Generative AI, The Large Language Model (LLM) analyzes the text input and can generate, summarize, transform, and extract information. Using these AI capabilities, we built a low code application- “Integrate OCI AI Speech Service and Generative AI Service for Summarization in Visual Builder " to invoke AI Speech REST API to convert audio files into text and then further invoke the Generative AI REST API to Summarize it.
2727
- [Demos built using OCI Python SDK](https://github.com/luigisaetta/oci-speech-demos)
2828
- [AI Speech console demo](https://youtu.be/EWBSoSLNph8)
29+
- [Cloud Coaching - Unlock the potential of enterprise Oracle GenAI](https://www.youtube.com/watch?v=dtvP0DU7Mdg)
30+
- During this cloud coaching session, we demonstrate how to leverage AI to revolutionize meeting interactions. Experience real-time transcription, summary generation, a chat interface and more that enhances collaboration and productivity.
31+
- [Cloud Coaching - Build an OCI AI Speech-to-Text App Using Visual Builder and Functions](https://www.youtube.com/watch?v=9-KiORugqGc)
32+
- We guide you through building a speech-to-text application using Oracle's powerful cloud services. Leverage the Oracle Speech service to accurately transcribe audio and video files with speaker identification. We'll show you how to integrate Python and Oracle Functions for backend processing, and utilize Oracle Visual Builder Cloud Service to create a user-friendly interface. Gain the ability to upload audio/video files, download transcripts, and even preview the transcribed text within your application.
33+
- Utilize Oracle Speech for accurate speaker transcription.
34+
- Integrate Python and Oracle Functions for backend processing.
35+
- Build a user-friendly interface with Oracle Visual Builder Cloud Service.
36+
-Download, and preview transcribed text.
2937

3038
## Architecture Center
3139

ai-and-app-modernisation/ai-services/ai-vision/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,15 @@ Reviewed: 17.10.2024
2222
- [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)
2323
- 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.
2424
- [Build a meal recommmendation Engine with OCI Vision & Generative AI](https://www.oracle.com/artificial-intelligence/build-a-meal-recommendation-engine-with-ai/)
25+
- [Cloud Coaching - Unlock Culinary Creativity: AI Powered Cooking Adventure from Fridge to Fork!](https://www.youtube.com/watch?v=tRVwTLKS4rE&t)
26+
- You are in the mood of cooking an exotic dish. You open the refrigerator, and using the mobile phone, access your favourite retail app to scan the items you have and submit.
27+
- This triggers a series of actions:
28+
- OCI AI Vision identifies the items (specific vegetables, egg, chicken etc).
29+
- On choosing your favourite cuisine, OCI Generative AI suggests a list of dishes based on identified items.
30+
- On selecting your favourite dish, OCI Generative AI provides the detailed recipe. Also, the missing ingredients are listed, with an option to order the same.
31+
- [Cloud Coaching - Discover OCI Vision for Object Detection in Manufacturing, Retail, & More](https://www.youtube.com/watch?v=lHH_1MXGOc0)
32+
- In this session you learn how OCI Vision can identify, classify, and quantify visual data in powerful ways. Watch as the service identifies objects (people, cars, trees, and so forth) and categorizes them. See how it can even detect faces or key points in faces for analysis.
33+
2534

2635
# Useful Links
2736

ai-and-app-modernisation/ai-services/generative-ai-service/README.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,28 @@ Reviewed: 17.10.2024
3535
- Deep dive into Oracle Generative AI platform.
3636
- [AI Meetings: Meeting summarization and chat meeting](https://www.oracle.com/artificial-intelligence/automate-meeting-transcriptions/)
3737
- [Build a meal recommmendation Engine with OCI Vision & Generative AI](https://www.oracle.com/artificial-intelligence/build-a-meal-recommendation-engine-with-ai/)
38+
- [Cloud Coaching - Unlock the potential of enterprise Oracle GenAI](https://www.youtube.com/watch?v=dtvP0DU7Mdg)
39+
- During this cloud coaching session, we demonstrate how to leverage AI to revolutionize meeting interactions. Experience real-time transcription, summary generation, a chat interface and more that enhances collaboration and productivity.
40+
- [Cloud Coaching - Unlock Culinary Creativity: AI Powered Cooking Adventure from Fridge to Fork!](https://www.youtube.com/watch?v=tRVwTLKS4rE&t)
41+
- You are in the mood of cooking an exotic dish. You open the refrigerator, and using the mobile phone, access your favourite retail app to scan the items you have and submit.
42+
- This triggers a series of actions:
43+
- OCI AI Vision identifies the items (specific vegetables, egg, chicken etc).
44+
- On choosing your favourite cuisine, OCI Generative AI suggests a list of dishes based on identified items.
45+
- On selecting your favourite dish, OCI Generative AI provides the detailed recipe. Also, the missing ingredients are listed, with an option to order the same.
46+
- [Build an AI assistant you can access through Slack, Teams and more - Oracle LiveLabs](https://livelabs.oracle.com/pls/apex/dbpm/r/livelabs/view-workshop?wid=4015)
47+
- [How Generative AI helps you build smarter applications - Oracle LiveLabs](https://apexapps.oracle.com/pls/apex/f?p=133:180:109475216202632::::wid:4016)
48+
- [Cloud Coaching - Low Code Modular RAG-based Knowledge Search Engine using Oracle GenAI](https://www.youtube.com/watch?v=KkVomurY_0Q)
49+
- In this coaching session, you’ll learn how to use low-code integration with Oracle Integration Cloud to integrate and orchestrate social media channels like WhatsApp, Business channels like a Web Application built in Oracle Visual Builder, productivity channels like OCI Object Storage, local large and small language models (LLMs), and vector databases to ingest live data into the RAG-based Knowledge Search Engine store.
50+
- [Cloud Coaching - Unleashing the Power of Oracle AI to Master RFx Responses](https://www.youtube.com/watch?v=0Z-gBTgUTRM)
51+
- In this session we explore the design and development of an innovative solution, leveraging Generative AI, to assist in the generation of responses to RFx (request for anything).
52+
- [Cloud Coaching - Enhancing your RAG to support multiple languages](https://www.youtube.com/watch?v=1wyvWOI-Vig)
53+
- Multilingual support for Retrieval-Augmented Generation (RAG) can be obtained either with a multilingual LLM or by interfacing a single language LLM with a translation service.
54+
- In this example, we’ll explore how to do the latter, by integrating Oracle Cloud Infrastructure (OCI) AI Language between LLM output and the user UI. This can be useful in many use cases, where a multilingual LLM is unavailable or RAG data sources are only available in a limited number of translations.
55+
- In this webinar, we will continue to use the RAG architecture presented in our previous Cloud Coaching sessions, and update it to use a multilingual embedding model.
56+
3857

3958
# Useful Links
40-
59+
4160
- [AI Solutions Hub](https://www.oracle.com/artificial-intelligence/solutions/)
4261
- [Navigating the frontier: Key considerations for developing a generative AI integration strategy for the enterprise](https://blogs.oracle.com/ai-and-datascience/post/considerations-generative-ai-integration-strategy)
4362
- [The Future of Generative AI: What Enterprises Need to Know](https://blogs.oracle.com/ai-and-datascience/post/future-generative-ai-what-enterprises-need-to-know)

0 commit comments

Comments
 (0)