From f0439ad081abca00776dad68b18e85436790ab56 Mon Sep 17 00:00:00 2001 From: DHIRAAJ <111226890+PROFESSOR-DJ@users.noreply.github.com> Date: Mon, 15 May 2023 18:47:01 +0530 Subject: [PATCH] Update and rename README.md to Alpha-Coders_README.md --- Alpha-Coders_README.md | 38 ++++++++++++++++++++++++++++++++++++++ README.md | 17 ----------------- 2 files changed, 38 insertions(+), 17 deletions(-) create mode 100644 Alpha-Coders_README.md delete mode 100644 README.md diff --git a/Alpha-Coders_README.md b/Alpha-Coders_README.md new file mode 100644 index 000000000..182ea19f8 --- /dev/null +++ b/Alpha-Coders_README.md @@ -0,0 +1,38 @@ +# intel-oneAPI + +#### Team Name - Alpha Coders +#### Problem Statement - Medical Image Processing +#### Team Leader Email - dhiraajkv14112002@gmail.com + +## A Brief of the Prototype: + Our project is designed to improve the speed and accuracy of processing an Medical image and detect the Brain Tumour using a Deep Learning model. Our system fetch the input from the user and analyse the image using the Deep Learning model that is trained using Intel DevCloud for best processing. The result of the analysis will detect the Brain Tumour and highlight the same for easy viewing and analysis of the user. The users can able to download the analysed file and thus shortens the time taken to analyse and report. This provides the best solution for the existing problem with the help of Intel One API. + + In today’s scenario, Medical image processing is a time consuming and extensive task. Technologies like DC-Net algorithm and DC-Net++ algorithm has an accuracy of 93.04% and 95.03% respectively. Till now a Neuropathologist has to examine the MRI images to determine a tumour type and grade. This takes around 5-7 days. + + Our project is built in such a way that the time taken by image processing is reduced by incorporating SYLC Intel API that enables parallel computing. Also using a Deep- Learning model, enables the computer to identify the tumour from the source image provided. Our project is built with a user-friendly interface for easy accessing of tools and along with the incorporation of Intel API and fast processing algorithm helps in replacing the existing technology and stands out to solve the problem. + +## Architectural Diagram of the Project +![architect diagram](https://github.com/PROFESSOR-DJ/intel-oneAPI/assets/111226890/c9f71a4d-cd44-4b53-a9b2-29972c5b1063) + +## Process Flow Diagram of the Project +![Process flow](https://github.com/PROFESSOR-DJ/intel-oneAPI/assets/111226890/a18e0227-9e0e-4d63-9e69-8a4e8a55646f) + + +## Tech Stack: + * Intel SYCL/C++ Library + * Intel Distribution for Python + * Tensor Flow AI kit + * Intel VTune Profiler 2023.1 + * Intel Advisor 2023.1 + * Jupyter Notebook + * Visual Studio Code + * Python 3.11 + * Anaconda Navigator + * Streamlit + * Intel DevCloud Platform + +## 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 + +## What I Learned: + Write about the biggest learning you had while developing the prototype diff --git a/README.md b/README.md deleted file mode 100644 index 81463bfd7..000000000 --- a/README.md +++ /dev/null @@ -1,17 +0,0 @@ -# intel-oneAPI - -#### Team Name - -#### Problem Statement - -#### Team Leader Email - - -## A Brief of the Prototype: - This section must include UML Daigrms and prototype description - -## 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** - -## 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 - -## What I Learned: - Write about the biggest learning you had while developing the prototype