Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.64 KB

File metadata and controls

27 lines (20 loc) · 1.64 KB

intel-oneAPI

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

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

What I Learned:

Write about the biggest learning you had while developing the prototype