Skip to content

Commit

Permalink
Merge branch 'master' of github.com:mpc-msri/EzPC
Browse files Browse the repository at this point in the history
  • Loading branch information
drunkenlegend committed Jun 28, 2023
2 parents 3eea304 + 05d265a commit 8b07f73
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion inference-app/README.md
Original file line number Diff line number Diff line change
@@ -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. <br/>
Following are the system requirements and steps to run the Inference-App for doing secure inferencing on X-ray images with a Chexpert Model.

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.
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.
Expand Down

0 comments on commit 8b07f73

Please sign in to comment.