Initial commit

This commit is contained in:
abigailt 2021-04-28 14:00:19 +03:00
parent d2de0726f4
commit 5665c2e79d
22 changed files with 2369 additions and 0 deletions

37
docs/source/index.rst Normal file
View 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`