Spaces:
Build error
Build error
File size: 1,080 Bytes
6a4f521 a925ad1 6a4f521 6cc0961 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 |
---
title: Interactive Model Cards
emoji: π
colorFrom: yellow
colorTo: orange
sdk: streamlit
app_file: app.py
pinned: false
---
# Interactive Model Cards
[Paper](https://arxiv.org/abs/2205.02894) (**Accepted at ACM Facct'22**)
This is an experimental project that examines whether interactivity can augment people's understanding of machine learning models. We build upon the model card work initially introduced by [Mitchell et al. (2018)](https://arxiv.org/abs/1810.03993) and strategically add (and evaluated) interactivity through a human-centered design process.
If you would like to programmatically interact with the tool or contribute, please follow the instructions below.
## Getting started
``` console
cd interactive_model_cards
pipenv install
streamlit run app.py
```
## Citation
```
@article{2205.02894,
Author = {Anamaria Crisan and Margaret Drouhard and Jesse Vig and Nazneen Rajani},
Title = {Interactive Model Cards: A Human-Centered Approach to Model Documentation},
Year = {2022},
Eprint = {arXiv:2205.02894},
Doi = {10.1145/3531146.3533108},
}
``` |