hyperledger-labs / pdo-contracts

Apache License 2.0
3 stars 5 forks source link

Jupyter Notebooks to illustrate the inference-contract family. #31

Closed prakashngit closed 4 months ago

prakashngit commented 5 months ago

The Notebooks' structure, installation, execution patterns are same as those used by the Noteboks provided for the Exchange contract family. Please note that the inference guardian service must be started prior to executing the notebooks. Please see inference-contract/README.md for instructions.

Some of the additional features offered by this PR taking advantage of recent commits to the contracts repo:

  1. It is possible to use the inference contract jupyter notebook via docker (using features from PR 23)
  2. When using docker, the inference guardian will run in a separate container (using features from PR 27)
  3. The notebooks are constructed using jupytext python modules (using features from PR 29)