Visualizing fairness in machine learning.
- Install node.js and npm on your machine. Follow the instructions here.
- Clone this repository using
git clone https://github.com/citp/fairness_diagnostics
. - Navigate to the root of the cloned directory using
cd fairness_diagnostics
.
- Run
npm install
to install the dependencies listed in the package.json file. This will install Bower and http-server. - Run
bower install
to install the dependencies listed in the bower.json. This will install d3.js, AngularJS (along with its modules), Bootstrap and JQuery.
To run the application, execute npm start
.