Skip to content

pandasamanvaya/Homomorphic_PCA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Homomorphic PCA

This repository focuses on performing PCA on encrypted data. It uses CKKS homomorphic scheme to perform computations on encrypted data. To use this repository, clone the repo and type :-

cd Homomorphic_PCA
python3 pca.py

For implementing CKKS homomorphic scheme, we have used SEAL-Python(python binding for the Microsoft SEAL library) Dependencies required for this repository are:-

The read_data.py file supports reading of 7 datasets that were used for experimentation. The Yale face dataset has been provided in the repository. Other datasets that are supported are:-

About

Performing PCA on encrypted data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages