From 3acc934f88bb773a1e200272550360fef9728524 Mon Sep 17 00:00:00 2001 From: Sujay Kumar <75253527+sujaykumarmag@users.noreply.github.com> Date: Wed, 26 Apr 2023 20:32:07 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 81463bfd7..54fc99de8 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # intel-oneAPI -#### Team Name - -#### Problem Statement - -#### Team Leader Email - +#### Team Name - Mediage +#### Problem Statement - Medical Image Processing +#### Team Leader Email - krishnamr939@gmail.com ## A Brief of the Prototype: This section must include UML Daigrms and prototype description From d0cc038174fc68ea3879837d37fce701e4398e3e Mon Sep 17 00:00:00 2001 From: Sujay Kumar <75253527+sujaykumarmag@users.noreply.github.com> Date: Sun, 7 May 2023 20:53:07 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 54fc99de8..b394f0fb2 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,19 @@ ## A Brief of the Prototype: This section must include UML Daigrms and prototype description + ### Process Flow Diagram + Screenshot 2023-05-07 at 6 26 27 PM + + ### Data Flow Architecture + Screenshot 2023-05-07 at 7 37 24 PM + ## Tech Stack: List Down all technologies used to Build the prototype **Clearly mentioning Intel® AI Analytics Toolkits, it's libraries and the SYCL/DCP++ Libraries used** + 1. SYCL/DPC++ - Comparing CPU/GPU and FPGA for our pre and post-processing results, Considering SYCL and maintaining less data movement between host and device and after model construction, we use this library to fasten our predicting process, and this makes it faster.​ + 2. Intel® oneAPI Data Analytics Library​- Feature Selection and Feature Extraction Process and Visualization of Images.​ + 3. oneAPIDeep Neural Network Library​ - Making a CNN model to detect pre-early Alzheimer's.​ + 4. Intel® Distribution for Python​ - For the construction of model. ## Step-by-Step Code Execution Instructions: This Section must contain set of instructions required to clone and run the prototype, so that it can be tested and deeply analysed