-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
12 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,12 @@ | ||
# dp-creator-ii | ||
Web application that makes data releases that satisfy differential privacy using the OpenDP Library | ||
# DP Creator II | ||
|
||
** Under Construction ** | ||
|
||
Building on what we've learned from [DP Creator](https://github.com/opendp/dpcreator), DP Creator II will offer: | ||
|
||
- Easy installation with `pip install` | ||
- Simplified single-user application design | ||
- Streamlined workflow that doesn't assume familiarity with differential privacy | ||
- Interactive visualization of privacy budget choices | ||
- UI development in Python with [Shiny](https://shiny.posit.co/py/) | ||
- Tracking of cumulative privacy consumption between sessions |