update: readme (#218)

This commit is contained in:
dante
2023-05-03 04:29:50 +01:00
committed by GitHub
parent 699bd3992b
commit dd0fd54c65

View File

@@ -13,7 +13,7 @@ EZKL
[![Test](https://github.com/zkonduit/ezkl/workflows/Rust/badge.svg)](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`