mirror of
https://github.com/IBM/ai-privacy-toolkit.git
synced 2026-05-06 10:32:38 +02:00
Initial commit
This commit is contained in:
parent
d2de0726f4
commit
5665c2e79d
22 changed files with 2369 additions and 0 deletions
37
docs/source/index.rst
Normal file
37
docs/source/index.rst
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
.. 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:
|
||||
|
||||
quick_start
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:hidden:
|
||||
:caption: API
|
||||
|
||||
apt
|
||||
|
||||
|
||||
|
||||
Indices and tables
|
||||
==================
|
||||
|
||||
* :ref:`genindex`
|
||||
* :ref:`modindex`
|
||||
* :ref:`search`
|
||||
Loading…
Add table
Add a link
Reference in a new issue