Skip to content

Commit

Permalink
docs: add links to credit card approval space in use case examples
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanBredehoft committed Jan 31, 2024
1 parent cdb36db commit df81aca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions use_case_examples/credit_card_approval_prediction/README.md
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).
2 changes: 1 addition & 1 deletion use_case_examples/image_filtering/README.md
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).

0 comments on commit df81aca

Please sign in to comment.