Skip to content

Commit 7bc7cd6

Browse files
create ai-vision page
create ai-vision page Co-Authored-By: Alexander Hödicke <[email protected]>
1 parent 761deb5 commit 7bc7cd6

File tree

1 file changed

+53
-0
lines changed
  • application-development/ai-cloud-services

1 file changed

+53
-0
lines changed
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
# AI Vision
2+
3+
OCI Vision is an AI service for performing deep-learning–based image analysis at scale. With prebuilt models available out of the box, developers can easily build image recognition and text recognition into their applications without machine learning (ML) expertise. For industry-specific use cases, developers can automatically train custom vision models with their own data. These models can be used to detect visual anomalies in manufacturing, organize digital media assets, and tag items in images to count products or shipments.
4+
5+
# Table of Contents
6+
7+
1. [Team Publications](#team-publications)
8+
2. [Useful Links](#useful-uinks)
9+
3. [LiveLabs and Workshops](#livelabs-and-workshops)
10+
4. [Reusable Assets Overview](#reusable-assets-overview)
11+
12+
## Team Publications
13+
14+
- [OCI Vision Saving Bees using Object Detection](https://www.linkedin.com/pulse/saving-bees-using-ai-one-object-time-ismail-syed/)
15+
- [OCI Vision Healthcare Image Analysis](https://blogs.oracle.com/ai-and-datascience/post/advancing-healthcare-image-analysis-on-oci)
16+
17+
### LiveLabs and Workshops
18+
19+
- [LiveLabs - AI Vision introduction](https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=931&clear=RR,180&session=101189893786132)
20+
- Introduction: OCI Vision
21+
- Lab 1: Use Vision Service through the OCI Console
22+
- Lab 2: Create a custom model through the OCI Console
23+
- Lab 3: Access OCI Vision in DataScience Notebook Session
24+
- [Live Labs - Biomedical Image Classification](https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=3097&clear=RR,180&session=101189893786132)
25+
- Lab 1: Use DLS to Bulk Label Dataset
26+
- Lab 2: Create Custom AI Vision Model
27+
- [Live Labs - Premier League Video Analysis](https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=3489&clear=RR,180&session=101189893786132)
28+
- Lab 1: Provision OCI Data Science
29+
- Lab 2: Provision Autonomous Data Warehouse
30+
- Lab 3: Recognize Players and Shirt Numbers (OCI Console)
31+
- Lab 4: Recognize Players and Shirt Numbers (Programmatically)
32+
- Lab 5: Translate Camera Coordinates to Football Pitch Coordinates
33+
- Lab 6: Connecting to Autonomous Data Warehouse
34+
- Lab 7: Processing the entire video
35+
36+
## Reusable Assets Overview
37+
38+
[OCI image classification using data labeling and vision service](https://github.com/carlgira/oci-image-classification)
39+
[OCI object detection using data labeling and vision service](https://github.com/carlgira/oci-object-detection)
40+
41+
## Useful Links
42+
43+
- [Oracle AI Vision on oracle.com](https://www.oracle.com/uk/artificial-intelligence/vision/)
44+
- [Oracle AI Vision documentation](https://docs.oracle.com/en-us/iaas/vision/vision/using/home.htm)
45+
46+
47+
# License
48+
49+
Copyright (c) 2023 Oracle and/or its affiliates.
50+
51+
Licensed under the Universal Permissive License (UPL), Version 1.0.
52+
53+
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/folder-structure/LICENSE) for more details.

0 commit comments

Comments
 (0)