Start applying local differential privacy directly to you data in few lines of code.
This Python library allows to apply local differential privacy to a dataset, list or array. It can be applied to categorical attributes (using the Exponential mechanism), or to numerical ones (using the Laplace or Gaussian mechanism). It also provides metric privacy support based on geo-indistinguishability for location-based data.
User documentation¶
License¶
This software is licensed under Apache License Version 2.0.