-
Notifications
You must be signed in to change notification settings - Fork 153
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add links to credit card approval space in use case examples
- Loading branch information
1 parent
cdb36db
commit df81aca
Showing
2 changed files
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Encrypted Credit Card Approval Prediction Using Fully Homomorphic Encryption | ||
|
||
We have created a [Hugging Face space](https://huggingface.co/spaces/zama-fhe/credit_card_approval_prediction) to predict credit card eligibility while maintaining strict data privacy while data is encrypted end-to-end using [Concrete ML](https://github.com/zama-ai/concrete-ml). More details can be found directly in the app. All development files are available [here](https://huggingface.co/spaces/zama-fhe/credit_card_approval_prediction/tree/main). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Image filtering using FHE | ||
|
||
Zama has created a [Hugging Face space](https://huggingface.co/spaces/zama-fhe/encrypted_image_filtering) to apply filters over images homomorphically using the developer-friendly tools in [Concrete](https://github.com/zama-ai/concrete) and [Concrete ML](https://github.com/zama-ai/concrete-ml). This means the data is encrypted both in transit and during processing. | ||
We have created a [Hugging Face space](https://huggingface.co/spaces/zama-fhe/encrypted_image_filtering) to apply filters over images homomorphically using the developer-friendly tools in [Concrete](https://github.com/zama-ai/concrete) and [Concrete ML](https://github.com/zama-ai/concrete-ml). This means the data is encrypted both in transit and during processing. | ||
|
||
A [tutorial](https://www.zama.ai/post/encrypted-image-filtering-using-homomorphic-encryption) has also been published alongside. It describes the few steps needed for replicating such a demo and be able to experiment with new customizable filters. All development files are available [here](https://huggingface.co/spaces/zama-fhe/encrypted_image_filtering/tree/main). |