Skip to content

Commit f6bb3d0

Browse files
committed
fixed linking issues due to updated filenames
1 parent 6da8d1e commit f6bb3d0

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

modules/med-about-customizing-pattern.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
:imagesdir: ../../images
33

44
[id="about-customizing-pattern-med"]
5-
= About customizing the pattern {med-pattern}
5+
= About customizing the {med-pattern}
66

77
One of the major goals of the {solution-name-upstream} development process is to create modular and customizable demos. The {med-pattern} is just an example of how AI/ML workloads built for object detection and classification can be run on OpenShift clusters. Consider your workloads for a moment - how would your workload best consume the pattern framework? Do your consumers require on-demand or near real-time responses when using your application? Is your application processing images or data that is protected by either Government Privacy Laws or HIPAA?
88
The {med-pattern} can answer the call to either of these requirements by using {serverless-short} and {ocp-data-short}.
99

1010
[id="understanding-different-ways-to-use-med-pattern"]
1111
== Understanding different ways to use the {med-pattern}
1212

13-
. The {med-pattern} is scanning X-Ray images to determine the probability that a patient might or might not have Pneumonia. Continuing with the medical path, the pattern could be used for other early detection scenarios that use object detection and classification. For example, the pattern could be used to scan C/T images for anomalies in the body such as Sepsis, Cancer, or even benign tumors. Additionally, the pattern could be used for detecting blood clots, some heart disease, and bowel disorders like Crohn's disease.
14-
. The Transportation Security Agency (TSA) could use the {med-pattern} in a way that enhances their existing scanning capabilities to detect with a higher probability restricted items carried on a person or hidden away in a piece of luggage. With Machine Learning Operations (MLOps), the model is constantly training and learning to better detect those items that are dangerous but which are not necessarily metallic, such as a firearm or a knife. The model is also training to dismiss those items that are authorized; ultimately saving passengers from being stopped and searched at security checkpoints.
15-
. Militaries could use images collected from drones, satellites, or other platforms to identify objects and determine with probability what that object is. For example, the model could be trained to determine a type of ship, potentially its country of origin, and other such identifying characteristics.
16-
. Manufacturing companies could use the pattern to inspect finished products as they roll off a production line. An image of the item, including using different types of light, could be analyzed to help expose defects before packaging and distributing. The item could be routed to a defect area.
13+
* The {med-pattern} is scanning X-Ray images to determine the probability that a patient might or might not have Pneumonia. Continuing with the medical path, the pattern could be used for other early detection scenarios that use object detection and classification. For example, the pattern could be used to scan C/T images for anomalies in the body such as Sepsis, Cancer, or even benign tumors. Additionally, the pattern could be used for detecting blood clots, some heart disease, and bowel disorders like Crohn's disease.
14+
* The Transportation Security Agency (TSA) could use the {med-pattern} in a way that enhances their existing scanning capabilities to detect with a higher probability restricted items carried on a person or hidden away in a piece of luggage. With Machine Learning Operations (MLOps), the model is constantly training and learning to better detect those items that are dangerous but which are not necessarily metallic, such as a firearm or a knife. The model is also training to dismiss those items that are authorized; ultimately saving passengers from being stopped and searched at security checkpoints.
15+
* Militaries could use images collected from drones, satellites, or other platforms to identify objects and determine with probability what that object is. For example, the model could be trained to determine a type of ship, potentially its country of origin, and other such identifying characteristics.
16+
* Manufacturing companies could use the pattern to inspect finished products as they roll off a production line. An image of the item, including using different types of light, could be analyzed to help expose defects before packaging and distributing. The item could be routed to a defect area.
1717

1818
These are just a few ideas to help you understand how you could use the {med-pattern} as a framework for your application.

modules/med-about-medical-diagnosis.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ The {med-pattern} uses the following products and technologies:
4343
* {rh-serverless-first} for event-driven applications
4444
* {rh-ocp-data-first} for cloud native storage capabilities
4545
* {grafana-op} to manage and share Grafana dashboards, data sources, and so on
46-
* S3 storage
46+
* Storage, such as AWS S3 buckets

modules/med-ocp-cluster-sizing.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
:imagesdir: ../../images
33

44
[id="med-openshift-cluster-size"]
5-
== About {med-pattern} OpenShift cluster size
5+
== About OpenShift cluster size for the {med-pattern}
66

77
The {med-pattern} has been tested with a defined set of configurations that represent the most common combinations that {ocp} customers are using for the x86_64 architecture.
88

modules/med-setup-aws-s3-bucket-with-utilities.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,21 @@ To use the link:https://github.com/validatedpatterns/utilities/tree/main/aws-too
99
.Procedure
1010

1111
. Export the following environment variables for AWS. Ensure that you replace the values with your keys:
12-
12+
+
1313
[source,terminal]
1414
----
1515
export AWS_ACCESS_KEY_ID=AKXXXXXXXXXXXXX
1616
export AWS_SECRET_ACCESS_KEY=gkXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1717
----
1818

1919
. Create the S3 bucket and copy over the data from the {solution-name-upstream} public bucket to the created bucket for your demo. You can do this on the cloud providers console or you can use the scripts that are provided in link:https://github.com/validatedpatterns/utilities[utilities] repository:
20-
20+
+
2121
[source,terminal]
2222
----
2323
$ python s3-create.py -b mytest-bucket -r us-west-2 -p
2424
$ python s3-sync-buckets.py -s validated-patterns-md-xray -t mytest-bucket -r us-west-2
2525
----
26-
26+
+
2727
.Example output
2828

2929
image:/videos/bucket-setup.svg[Bucket setup]

modules/med-troubleshooting-deployment.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
:_content-type: REFERENCE
2-
:imagesdir: ../../images
2+
:imagesdir: ../../../images
33

44
[id="troubleshooting-the-pattern-deployment-troubleshooting"]
5-
=== Troubleshooting the Pattern Deployment
5+
=== Troubleshooting the pattern deployment
66

77
Occasionally the pattern will encounter issues during the deployment. This can happen for any number of reasons, but most often it is because of either a change within the operator itself or something has changed in the {olm-first} which determines which operators are available in the operator catalog. Generally, when an issue occurs with the {olm-short}, the operator is unavailable for installation. To ensure that the operator is in the catalog, run the following command:
88

0 commit comments

Comments
 (0)