Skip to content

Typescript tool for generating Model Cards for machine learning models.

License

Notifications You must be signed in to change notification settings

gracexwho/model-card-generator

Repository files navigation

model-card-generator

Typescript tool for generating Model Cards for machine learning models.

Requisites

  1. Make sure you have Python & pip & NodeJS installed
  2. pip install graphviz
  3. Install GraphViz to your computer here This repository builds on top of python-program-analysis and jupyter-cmu-project

Installation

  1. Clone the repository to your local folders
  2. run npm install to install node package dependencies

Generate Cleaned Notebooks

  1. Navigate to the source directory
  2. Run node clean_notebook.js ../assets/ This should generate cleaned notebooks (notebooks separated into machine learning stages) and all analysis files. All notebooks are currently stored in /assets/

Generate Model Card

  1. Naviage to the source directory
  2. Run node main.js ../assets/${notebook name}

About

Typescript tool for generating Model Cards for machine learning models.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published