Typescript tool for generating Model Cards for machine learning models.
https://www.npmjs.com/package/@gracexwho/model-card-generator
- Make sure you have Python & pip & NodeJS installed
pip install graphviz
- Install GraphViz to your computer here
npm i modified-python-program-analysis
This repository builds on top of python-program-analysis 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}