diff --git a/README.md b/README.md
index 81463bfd7..b394f0fb2 100644
--- a/README.md
+++ b/README.md
@@ -1,14 +1,24 @@
# 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
+ ### Process Flow Diagram
+
+
+ ### Data Flow Architecture
+
+
## 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