From 3f2927fa09fcec61e406de23884f23d98836ed74 Mon Sep 17 00:00:00 2001 From: swpng Date: Fri, 7 Aug 2026 10:46:44 +0800 Subject: [PATCH 1/2] Update README.md Add deprecation note to Geti SDK. --- .../frontend/src/samples/geti-classifier/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/samples/ai/edge-ai-demo-studio/frontend/src/samples/geti-classifier/README.md b/samples/ai/edge-ai-demo-studio/frontend/src/samples/geti-classifier/README.md index a9b4b7db..b0d65dc8 100644 --- a/samples/ai/edge-ai-demo-studio/frontend/src/samples/geti-classifier/README.md +++ b/samples/ai/edge-ai-demo-studio/frontend/src/samples/geti-classifier/README.md @@ -12,7 +12,8 @@ Geti Inference Pipeline enables AI software vendors (ISV) to rapidly develop, de - **Unified Workflow:** End-to-end pipeline from data ingestion → inference → feedback loop for streamlined AI development. - **Modular Pipeline:** Supports segmentation and classification tasks through interchangeable, composable pipeline stages. - **Reusable Components:** Shared building blocks designed to work across multiple imaging modalities with minimal reconfiguration. -- **Integrated Model Development & Deployment:** Leverages Intel Geti and the Geti SDK for seamless model training, versioning, and deployment. +- **Integrated Model Development & Deployment:** Leverages Intel's Geti™ software and the Geti™ SDK for seamless model training, versioning, and deployment. + > **Note:** The Geti™ SDK is deprecated and no longer maintained. It does not support Geti™ software version 3.0 or later. See the [Geti SDK repository](https://github.com/open-edge-platform/geti-sdk) for more information. - **Edge Optimized:** Execution optimized for Intel edge platforms using OpenVINO and Intel hardware acceleration. ## Architecture Diagram From e5a55ec2b24cb8d698ac690f82ae5ecfe8ea2bcd Mon Sep 17 00:00:00 2001 From: swpng Date: Fri, 7 Aug 2026 15:20:58 +0800 Subject: [PATCH 2/2] Update README.md --- .../frontend/src/samples/geti-classifier/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/samples/ai/edge-ai-demo-studio/frontend/src/samples/geti-classifier/README.md b/samples/ai/edge-ai-demo-studio/frontend/src/samples/geti-classifier/README.md index b0d65dc8..aabf708c 100644 --- a/samples/ai/edge-ai-demo-studio/frontend/src/samples/geti-classifier/README.md +++ b/samples/ai/edge-ai-demo-studio/frontend/src/samples/geti-classifier/README.md @@ -12,8 +12,7 @@ Geti Inference Pipeline enables AI software vendors (ISV) to rapidly develop, de - **Unified Workflow:** End-to-end pipeline from data ingestion → inference → feedback loop for streamlined AI development. - **Modular Pipeline:** Supports segmentation and classification tasks through interchangeable, composable pipeline stages. - **Reusable Components:** Shared building blocks designed to work across multiple imaging modalities with minimal reconfiguration. -- **Integrated Model Development & Deployment:** Leverages Intel's Geti™ software and the Geti™ SDK for seamless model training, versioning, and deployment. - > **Note:** The Geti™ SDK is deprecated and no longer maintained. It does not support Geti™ software version 3.0 or later. See the [Geti SDK repository](https://github.com/open-edge-platform/geti-sdk) for more information. +- **Integrated Model Development & Deployment:** Leverages Intel's Geti™ software for seamless model training, versioning, and deployment. - **Edge Optimized:** Execution optimized for Intel edge platforms using OpenVINO and Intel hardware acceleration. ## Architecture Diagram