From c1e3472298fc007d516f4cc0b4dd4810ff4d834c Mon Sep 17 00:00:00 2001 From: Tosin Akinosho Date: Thu, 22 Feb 2024 14:13:15 -0500 Subject: [PATCH] updating Goal and main index file --- .../aap_microshift_deployment.markdown | 5 ++++- index.markdown | 18 +++++++++++------- 2 files changed, 15 insertions(+), 8 deletions(-) diff --git a/_deployments/aap_microshift_deployment.markdown b/_deployments/aap_microshift_deployment.markdown index a8cc168..c1e7f2c 100644 --- a/_deployments/aap_microshift_deployment.markdown +++ b/_deployments/aap_microshift_deployment.markdown @@ -16,4 +16,7 @@ image: /path/to/hero-image.jpg # Path to a hero image (optional) ![20240221125316](https://i.imgur.com/ClJ396a.png) ## Run AWS Execution Environment Builder -![20240221131150](https://i.imgur.com/gR9mAJo.png) \ No newline at end of file +![20240221131150](https://i.imgur.com/gR9mAJo.png) + +# Run Microshft Execution Environment Builder +![20240221135739](https://i.imgur.com/IUiM3x0.png) \ No newline at end of file diff --git a/index.markdown b/index.markdown index c60b73a..0e0d5dc 100644 --- a/index.markdown +++ b/index.markdown @@ -1,19 +1,23 @@ --- # This is the Front Matter section where you can set variables used by Jekyll layout: home -title: "Edge AI in Quality Control" -description: "Revolutionizing Nut Quality Control with Edge Computer Vision using YOLO V5 and Microshift" +title: "Red Hat AI Model Deployment Workflow from Core to Edge" +description: "The goal of this architecture is to streamline the process from model development to deployment, particularly in edge computing scenarios where models need to be run closer to data sources for faster processing." image: /path/to/redhat-image.jpg # Path to a redhat image (optional) --- -## Welcome to Edge AI in Quality Control -![Red Hat](/path/to/redhat-image.jpg) -Revolutionizing the quality control process in the food industry with cutting-edge AI technology. +# Red Hat AI Model Deployment Workflow from Core to Edge + +![20240222140117](https://i.imgur.com/41zi47h.png) -### Project Overview -Using state-of-the-art computer vision and AI technology, we've developed a system that accurately detects defects in nuts, ensuring quality and safety in food production. +## Project Overview +Using state-of-the-art computer vision and AI technology, we've developed a system that accurately detects defects in nuts as an example us case. + +## Archetecture Overview +The goal of this architecture is to streamline the process from model development to deployment, particularly in edge computing scenarios where models need to be run closer to data sources for faster processing. It emphasizes continuous integration and deployment (CI/CD) practices, automation, and the use of containerization for easy scalability and management. The model performance monitoring and training data collection at the bottom suggests that the system also includes feedback loops for continuous improvement of the AI models. +![20240222135930](https://i.imgur.com/cDFN15c.png)