Skip to content

Commit

Permalink
docs: update descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
mhchia committed Nov 2, 2024
1 parent 2af0923 commit 4249b20
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions data/projects/mpc-stats.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,10 @@ export const mpcStats: ProjectInterface = {
tldr: "A framework for private and verifiable statistical analysis across multiple data providers.",
description: `
## Overview
We are developing a framework that enables data consumers to query statistical computations across multiple data providers while ensuring privacy and result correctness. By integrating privacy-preserving technologies such as ZKP, MPC, and FHE, our goal is to provide tools and guidance for integrating privacy-preserving analysis into their workflows. We also aim to identify real-world applications that can benefit from this framework.
MPCStats is a framework that enables data consumers to query statistical computations across multiple data providers while ensuring privacy and result correctness. By integrating privacy-preserving technologies such as ZKP, MPC, and FHE, our goal is to provide tools and guidance for integrating privacy-preserving analysis into their workflows. We also aim to identify real-world applications that can benefit from this framework.
## Features
- **Privacy-preserving and verifiable statistical analysis**: Allows data providers to keep their inputs confidential while giving data consumers the assurance that computations are performed accurately and securely.
- **Data validity**: Integrates TLSNotary to authenticate inputs from verified web sources, ensuring data consumers can trust that data inputs are genuine and accurate.
- **Reusable demo infrastructure**: Enables rapid testing and feedback by deploying demos across various scenarios, allowing us to iterate quickly and refine potential applications.
## Use Cases
- **Cross-department data sharing and surveys**: Enables secure, private data sharing across government departments for streamlined operations and collaborative analysis.
- **Healthcare research**: Aggregates data from sources such as fitness apps and sleep trackers, allowing researchers to uncover relationships between health factors, such as fitness and sleep patterns.
Expand All @@ -30,7 +29,7 @@ We are developing a framework that enables data consumers to query statistical c
tags: {
keywords: ["MPC", "statistics", "data analysis"],
themes: ["build"],
types: ["Legos/dev tools", "Lego sets/toolkits", "Infrastructure/protocol", "Plugin",],
types: ["Legos/dev tools", "Lego sets/toolkits"],
builtWith: ["MP-SPDZ", "tlsn", "python"],
},
}

0 comments on commit 4249b20

Please sign in to comment.