--- a
+++ b/v3/experimental_mode/CanvasVersion/README.md
@@ -0,0 +1,41 @@
+# 3D Brain Segmentation  v1.0.0
+Mohamed Masoud - Sergey Plis - 2021
+
+
+## Whole Brain Inference at the Browser
+Demo shows segmenation of 3D brain MRI at the browser based on a pretrained MeshNet model.
+
+Main settings
+	-input_shape=(1, 38, 38, 38, 1)
+    
+
+To run the server:
+	-Open a terminal window.
+	-Navigate to the directory root directory .
+	-Execute the command to start the server.
+		For Python 2 run server with free port 80xx (e.g.  `python -m SimpleHTTPServer 8020` )
+		For Python 3 run server with free port 80xx (e.g.  `python -m http.server 8020` )
+
+
+       
+       -In the browser url
+      
+           `http://localhost:8020/`
+
+
+       - Open browser console by press F12 to see the sample outputs 
+
+       - click on Browse File button, and navigate to "MRI Sample" folder
+
+       - Please DON'T change batch size, it is static to 1 for now.
+
+
+
+
+## Demo
+
+
+![Interface](https://github.com/Mmasoud1/Portfolios/blob/master/ShowMe/BrainInference/Compare2_3DCC.gif)
+
+
+