Skip to content

Commit cc75c57

Browse files
committed
updated ai vision
1 parent d00a9e2 commit cc75c57

File tree

2 files changed

+6
-26
lines changed

2 files changed

+6
-26
lines changed

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

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2,33 +2,9 @@
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
31-
328
# License
339

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

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,18 @@ 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](#publications)
88
2. [Useful Links](#useful-uinks)
99
3. [LiveLabs and Workshops](#livelabs-and-workshops)
1010
4. [Reusable Assets Overview](#reusable-assets-overview)
1111
5. [Other useful links](useful-links)
1212

13-
## Team Publications
13+
## Publications
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

0 commit comments

Comments
 (0)