Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maxxiefjv authored Nov 6, 2020
1 parent d8e3be6 commit 49a72a3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Privpack

This project is part of my Masters Thesis and contains: a small library for quickly producing release mechanisms and a sample program called `privpack-app`. In the library one can find: architectures producing bivariate binary data and multivariate gaussian data, it contains code for defining gan criterion by defining utility and privacy criterions and it contains metric methods to estimate the privacy-leakage by mutual information given some dataset.

# As Contributor
## As Contributor

The recommended steps to develop on this project include:

Expand All @@ -17,7 +19,7 @@ pip install -e .[dev]

NOTE: python3 is currently required for this project.

# Testing
## Testing

For testing purposes one should use the pytest library included in the development requirements of this package. Create your test in the corresponding test file and run the `$ pytest <path/to/test/file>` command in the root directory of this project.

Expand Down

0 comments on commit 49a72a3

Please sign in to comment.