You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building on what we've learned from [DP Creator](https://github.com/opendp/dpcreator), DP Wizard offers:
6
-
7
-
- Easy installation with `pip install dp_wizard[app]`
8
-
- Simplified single-user application design
9
-
- Streamlined workflow that doesn't assume familiarity with differential privacy
10
-
- Interactive visualization of privacy budget choices
11
-
- UI development in Python with [Shiny](https://shiny.posit.co/py/)
5
+
DP Wizard makes it easier to get started with differential privacy.
12
6
13
7
You can run DP Wizard locally and upload your own CSV,
14
-
or use the [cloud deployment](https://01966942-7eab-da99-0887-a7c483756aa8.share.connect.posit.cloud/) and only provide column names to protect your private data.
15
-
In either case, you'll be prompted to describe the analysis you need, and then be able to download outputs including:
8
+
or use the [cloud deployment](https://mccalluc-dp-wizard.share.connect.posit.cloud/) and only provide column names to protect your private data.
9
+
In either case, you'll be prompted to describe your privacy budget and the analysis you need, including:
10
+
11
+
- Grouping
12
+
- DP means, medians, and histograms
16
13
17
-
- A Jupyter notebook which demonstrates how to use [OpenDP](https://docs.opendp.org/).
14
+
With that information, DP Wizard provides
15
+
16
+
- A Jupyter notebook which demonstrates how to use the [OpenDP](https://docs.opendp.org/) library.
0 commit comments