Version: 1.3.13

Scan your own model in a notebook

Follow the instructions below to learn how to scan your own model using Certifai in a Jupyter notebook.

Prerequisites

Tutorial instructions

  1. In a terminal or PowerShell window set your context to the Certifai Toolkit notebooks directory.

    cd examples/notebooks
  2. Start the Jupyter server.

    jupyter notebook

    A file list is displayed in the JupyterLab browser.

  3. Click on the tutorials folder and then select the BringingInYourOwnModel.ipynb notebook.

  4. The cells in the notebook describe how to scan your own model. Review the text and click Run to execute each code cell in turn.