Skip to content

alv-around/risc0-data-marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Risc0 Data Marketplace

This example was mainly taken from composition example of Risc0's repo

Composition Example

This example demonstrates a basic example of a compute-2-data market place using risc0's zkVM. This repository leverages recursion to first proof certain qualities of a dataset. And second run a zkML program on top of the latter.

The inner proof reads and processes Heart Disease dataset from UC Irvine Machine Learning Repository, and verifies that the original data has been correctly signed by a trusted "sensor". See [input-data/methods/gest/src/main.rs] for the proofs implementation. For the outter proof, See the [src/main.rs] file for the [host] side implementation of composition, and [methods/guest/src/main.rs] for the guest side.

Quick Start

For M1,M2.. run the proof using your machines GPUs with:

RUST_LOG="[executor]=info" RUST_BACKTRACE=1 cargo run --release -F metal

If your machine does not have GPUs, run:

RUST_LOG="[executor]=info" RUST_BACKTRACE=1 cargo run --release

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages