shreyansh26 / Privacy-Preserving-Deep-Learning-for-Medical-Image-Classification

Privacy-preserving Deep Learning for Medical Image Classification for classifying chest X-ray images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Privacy-preserving Deep Learning for Medical Image Classification

Privacy Preserving Deep Learning for Medical Image Classification to detect chest pneumonia in chest X-ray images.

Uses TF-Encrypted to implement Secure Multiparty Computation (SMPC) and Differential Privacy. SMPC helps to provide secure predictions and Differential Privacy is used to enhance privacy.

The implementation of the project can be found here.

The base model is a VGG16 model which is made secure and privacy-preserving.

About

Privacy-preserving Deep Learning for Medical Image Classification for classifying chest X-ray images


Languages

Language:Jupyter Notebook 83.9%Language:Python 16.1%