Skip to content
@zkonduit

Zkonduit

Making ezkl

EZKL makes zero-knowledge easier

Ezkl is the simplest way to run ML, AI, and other business logic for on-chain applications. Compile almost any pytorch, tensorflow, and sklearn code into blazing fast zero-knowledge circuits with corresponding on-chain verifiers. We offer a managed pipeline to help applications run resource intensive proving, Javascript bindings for web developers, and Python bindings for data scientists.

ezkl takes a high-level description of your program and sets up a zero-knowledge prover and verifier. After setup, the prover can prove statements such as the following.

"I ran this publicly available neural network on some private data and it produced this output"

"I ran my private neural network on some public data and it produced this output"

"I correctly ran this publicly available neural network on some public data and it produced this output"

These proofs can be trusted by anyone with a copy of the verifier, and even verified on Ethereum. ezkl can be used as a command-line tool, or directly from Python; see this colab notebook and the python bindings docs.

ezkl can prove an MNIST-sized inference in less than a second and under 180mb of memory and verify it on the Ethereum Virtual Machine (or on the command line, or in the browser using wasm).

For more details on how to use ezkl, we invite you to explore the docs and check out the repo!

Pinned

  1. ezkl ezkl Public

    ezkl is an engine for doing inference for deep learning models and other computational graphs in a zk-snark (ZKML). Use it from Python, Javascript, or the command line.

    Rust 848 117

Repositories

Showing 10 of 25 repositories

Top languages

Loading…

Most used topics

Loading…