Typescript tool for generating Model Cards for machine learning models.
- Make sure you have Python & pip & NodeJS installed
- pip install graphviz
- Install GraphViz to your computer here
This repository builds on top of python-program-analysis, which is stored in
lib
, and jupyter-cmu-project
- Clone the repository to your local folders
- run
npm install
to install node package dependencies
- Navigate to the
source
directory - 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/
- Naviage to the
source
directory - Run
node main.js ../assets/${notebook name}