tensorflow/privacy
Library for training machine learning models with privacy for training data
This library helps data scientists and machine learning engineers train models while protecting individual user data. It takes your existing TensorFlow models and applies differential privacy techniques to the training process. The output is a privacy-preserving machine learning model suitable for deployment in sensitive applications.
2,003 stars. Actively maintained with 4 commits in the last 30 days.
Use this if you need to build machine learning models using sensitive data while ensuring individual privacy and complying with data protection regulations.
Not ideal if your primary goal is to train models without privacy concerns, or if you are not working with TensorFlow.
Stars
2,003
Forks
469
Language
Python
License
Apache-2.0
Category
Last pushed
Mar 10, 2026
Commits (30d)
4
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/tensorflow/privacy"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
meta-pytorch/opacus
Training PyTorch models with differential privacy
tf-encrypted/tf-encrypted
A Framework for Encrypted Machine Learning in TensorFlow
awslabs/fast-differential-privacy
Fast, memory-efficient, scalable optimization of deep learning with differential privacy
privacytrustlab/ml_privacy_meter
Privacy Meter: An open-source library to audit data privacy in statistical and machine learning...
IBM/differential-privacy-library
Diffprivlib: The IBM Differential Privacy Library