2021-04-28 14:00:19 +03:00
|
|
|
.. ai-privacy-toolkit documentation master file, created by
|
|
|
|
|
sphinx-quickstart on Mon Feb 15 12:42:20 2021.
|
|
|
|
|
You can adapt this file completely to your liking, but it should at least
|
|
|
|
|
contain the root `toctree` directive.
|
|
|
|
|
|
|
|
|
|
Welcome to ai-privacy-toolkit's documentation!
|
|
|
|
|
==============================================
|
|
|
|
|
|
|
|
|
|
This project provides tools for assessing and improving the privacy and compliance of AI models.
|
|
|
|
|
|
|
|
|
|
The first release of this toolkit contains a single module called anonymization. This
|
|
|
|
|
module contains methods for anonymizing ML model training data, so that when
|
|
|
|
|
a model is retrained on the anonymized data, the model itself will also be considered
|
|
|
|
|
anonymous. This may help exempt the model from different obligations and restrictions
|
|
|
|
|
set out in data protection regulations such as GDPR, CCPA, etc.
|
|
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
|
:maxdepth: 2
|
|
|
|
|
:caption: Getting Started:
|
|
|
|
|
|
2021-06-07 17:19:53 +03:00
|
|
|
source/quick_start
|
2021-04-28 14:00:19 +03:00
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
|
:maxdepth: 2
|
|
|
|
|
:hidden:
|
|
|
|
|
:caption: API
|
|
|
|
|
|
2021-06-07 17:19:53 +03:00
|
|
|
source/apt
|
2021-04-28 14:00:19 +03:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Indices and tables
|
|
|
|
|
==================
|
|
|
|
|
|
|
|
|
|
* :ref:`genindex`
|
|
|
|
|
* :ref:`modindex`
|
|
|
|
|
* :ref:`search`
|