From f0846726b9caaac3255b7089ace4446a20852229 Mon Sep 17 00:00:00 2001 From: Saksham Gupta Date: Thu, 22 Jun 2023 22:00:34 +0530 Subject: [PATCH 1/4] adding inference app demo video --- inference-app/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/inference-app/README.md b/inference-app/README.md index a658326b..e2718e72 100644 --- a/inference-app/README.md +++ b/inference-app/README.md @@ -1,10 +1,11 @@ # Inference App This Gradio App gives a frontend to [EzPC](https://github.com/mpc-msri/EzPC) and enables you to make secure inference for images with a pretrained Model and get results in a UI based setup.
-Following are the system requirements and steps to run the Inference-App for doing secure inferencing on X-ray images with a Chexpert Model. +![Inference App Demo Video](https://github.com/drunkenlegend/ezpc-warehouse/blob/main/Artifacts/inference-app-lenet-mnist.gif) # System Requirements +Following are the system requirements and steps to run the Inference-App for doing secure inferencing on X-ray images with a Chexpert Model. To successfully execute this demo we will need three **Ubuntu** VMs [tested on Ubuntu 20.04.6 LTS]: 1. **Dealer** : Works to generate pre-computed randomness and sends it to Client and Server for each inference. 2. **Server** : This party owns the model, and _does not share its model weights with Dealer/Client_, hence uses EzPC SMPC to achieve Secure Inference. From e9014a93878c4fd831dff37779da4f1102c122b6 Mon Sep 17 00:00:00 2001 From: Saksham Gupta Date: Thu, 22 Jun 2023 22:08:54 +0530 Subject: [PATCH 2/4] updating inference app demo video to lower resolution --- inference-app/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inference-app/README.md b/inference-app/README.md index e2718e72..77a610f5 100644 --- a/inference-app/README.md +++ b/inference-app/README.md @@ -2,7 +2,7 @@ This Gradio App gives a frontend to [EzPC](https://github.com/mpc-msri/EzPC) and enables you to make secure inference for images with a pretrained Model and get results in a UI based setup.
-![Inference App Demo Video](https://github.com/drunkenlegend/ezpc-warehouse/blob/main/Artifacts/inference-app-lenet-mnist.gif) +![Inference App Demo Video](https://github.com/drunkenlegend/ezpc-warehouse/blob/main/Artifacts/inference-app_Lenet.gif) # System Requirements Following are the system requirements and steps to run the Inference-App for doing secure inferencing on X-ray images with a Chexpert Model. From 13698fab7d3637b1ee450b09e6ac9720a219c101 Mon Sep 17 00:00:00 2001 From: Saksham Gupta Date: Fri, 23 Jun 2023 15:59:39 +0530 Subject: [PATCH 3/4] embedding the demo video --- inference-app/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/inference-app/README.md b/inference-app/README.md index 77a610f5..ed2a1cfa 100644 --- a/inference-app/README.md +++ b/inference-app/README.md @@ -1,8 +1,7 @@ # Inference App This Gradio App gives a frontend to [EzPC](https://github.com/mpc-msri/EzPC) and enables you to make secure inference for images with a pretrained Model and get results in a UI based setup.
- -![Inference App Demo Video](https://github.com/drunkenlegend/ezpc-warehouse/blob/main/Artifacts/inference-app_Lenet.gif) +https://github.com/drunkenlegend/ezpc-warehouse/assets/50737587/ad53ab24-371e-40da-a24e-9737127596e8 # System Requirements Following are the system requirements and steps to run the Inference-App for doing secure inferencing on X-ray images with a Chexpert Model. From 05d265a9cd355b6b99eb0ece363c0cd6c5963c12 Mon Sep 17 00:00:00 2001 From: Saksham Gupta Date: Fri, 23 Jun 2023 16:27:56 +0530 Subject: [PATCH 4/4] Updated demo video link --- inference-app/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/inference-app/README.md b/inference-app/README.md index ed2a1cfa..d2d31d06 100644 --- a/inference-app/README.md +++ b/inference-app/README.md @@ -1,7 +1,8 @@ # Inference App This Gradio App gives a frontend to [EzPC](https://github.com/mpc-msri/EzPC) and enables you to make secure inference for images with a pretrained Model and get results in a UI based setup.
-https://github.com/drunkenlegend/ezpc-warehouse/assets/50737587/ad53ab24-371e-40da-a24e-9737127596e8 +https://github.com/drunkenlegend/ezpc-warehouse/assets/50737587/4ff01074-9970-434e-8be6-b53d2fd0c768 + # System Requirements Following are the system requirements and steps to run the Inference-App for doing secure inferencing on X-ray images with a Chexpert Model.