Add data minimization functionality to the ai-privacy-toolkit (#3)

* Fix directory issue when running tests for first time

* Initial version of data minimization

* Update version and documentation

* Fix documentation
This commit is contained in:
abigailgold 2021-07-12 15:56:42 +03:00 committed by GitHub
parent bcc3d67ba4
commit f2e1364b43
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 920 additions and 34 deletions

View file

@ -3,6 +3,7 @@ The AI Privacy Toolbox (apt).
"""
from apt import anonymization
from apt import minimization
from apt import utils
__version__ = "0.0.2"
__version__ = "0.0.3"