From e21e88fdb84e274cc5eda3445f288863f62df82e Mon Sep 17 00:00:00 2001 From: Roman Bredehoft Date: Wed, 24 Jan 2024 14:37:06 +0100 Subject: [PATCH] docs: add links to credit card approval space in use case examples --- use_case_examples/credit_card_approval_prediction/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 use_case_examples/credit_card_approval_prediction/README.md diff --git a/use_case_examples/credit_card_approval_prediction/README.md b/use_case_examples/credit_card_approval_prediction/README.md new file mode 100644 index 0000000000..60da9ee582 --- /dev/null +++ b/use_case_examples/credit_card_approval_prediction/README.md @@ -0,0 +1,3 @@ +# Encrypted Credit Card Approval Prediction Using Fully Homomorphic Encryption + +Zama has created a [Hugging Face space](https://huggingface.co/spaces/zama-fhe/credit_card_approval_prediction) to make predict credit card eligibility decisions while maintaining strict data privacy using [Concrete ML](https://github.com/zama-ai/concrete-ml). This means the data is encrypted both in transit and during processing. More details can be found directly in the [app](https://huggingface.co/spaces/zama-fhe/credit_card_approval_prediction) and all development files are available [here](https://huggingface.co/spaces/zama-fhe/credit_card_approval_prediction/tree/main).