- Encrypted anonymization: Encrypted anonymization uses Fully Homomorphic Encryption (FHE) to anonymize personally identifiable information (PII) within encrypted documents, enabling computations to be performed on the encrypted data.
- Check the code
- Credit card approval: Predicting credit scoring card approval application in which sensitive data can be shared and analyzed without exposing the actual information to neither the three parties involved, nor the server processing it.
- Check the code
- Sentiment analysis with transformers: predicting if an encrypted tweet / short message is positive, negative or neutral, using FHE.
- Health diagnosis: giving a diagnosis using FHE to preserve the privacy of the patient based on a patient's symptoms, history and other health factors.
- Check the code
- Encrypted image filtering: filtering encrypted images by applying filters such as black-and-white, ridge detection, or your own filter.
- Check the code
- GPT-2 in FHE: Privacy-preserving text generation based on a user's prompt
- Titanic: Train an XGB classifier that can perform encrypted prediction for the Kaggle Titanic competition
- Federated learning and private inference: Use federated learning to train a Logistic Regression while preserving training data confidentiality. Import the model into Concrete ML and perform encrypted prediction
- Neutral network fine-tuning: Fine-tune a VGG network to classify the CIFAR image data-sets and predict on encrypted data
- Encrypted sentiment analysis:A Hugging Face space that securely analyzes the sentiment expressed in a short text
- Credit scoring: Predict the chance of a given loan applicant defaulting on loan repayment
- Running privacy-preserving inferences on Hugging Face endpoints - April 2024
- Build an end-to-end encrypted Shazam application using Concrete ML - February 2024
- Linear regression over encrypted data with homomorphic encryption - June 2023
- Comparison of Concrete ML regressors - June 2023
- How to deploy a machine learning model with Concrete ML - May 2023
- Encrypted image filtering using homomorphic encryption - February 2023
- Sentiment analysis over encrypted data - November 2022
- Titanic Competition with Privacy Preserving Machine Learning - August 2022
- Work with encrypted DataFrames using Concrete ML - May 2024
- Train a linear classifier on encrypted data using Concrete ML and Fully Homomorphic Encryption (FHE) - February 2024
- How to convert a scikit-learn model into its homomorphic equivalent - June 2023
{% hint style="success" %} Zama 5-Question Developer Survey
We want to hear from you! Take 1 minute to share your thoughts and helping us enhance our documentation and libraries. 👉 Click here to participate. {% endhint %}