mirror of
https://github.com/zkonduit/ezkl.git
synced 2026-01-09 14:28:00 -05:00
update: readme (#218)
This commit is contained in:
@@ -13,7 +13,7 @@ EZKL
|
||||
|
||||
[](https://github.com/zkonduit/ezkl/actions?query=workflow%3ARust)
|
||||
|
||||
`ezkl` is a library and command-line tool for doing inference for deep learning models and other computational graphs in a zk-snark. It enables the following workflow:
|
||||
`ezkl` is a library and command-line tool for doing inference for deep learning models and other computational graphs in a zk-snark (ZKML). It enables the following workflow:
|
||||
|
||||
1. Define a computational graph, for instance a neural network (but really any arbitrary set of operations), as you would normally in pytorch or tensorflow.
|
||||
2. Export the final graph of operations as an [.onnx](https://onnx.ai/) file and some sample inputs to a `.json` file.
|
||||
@@ -434,4 +434,4 @@ You may test if the existing build is working properly.
|
||||
pytest
|
||||
```
|
||||
|
||||
The list of python functions that can be accessed are found within `src/python.rs`
|
||||
The list of python functions that can be accessed are found within `src/python.rs`
|
||||
|
||||
Reference in New Issue
Block a user