Skip to content

Commit

Permalink
README.
Browse files Browse the repository at this point in the history
  • Loading branch information
frederik-encord committed Aug 12, 2022
1 parent 45c058b commit 3134848
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,13 @@ or if you use pycharm, mark `data_quality_pocs` as a source root and just run th
## Developing new QMs

Make a new file in the `pocs` directory and use the template provided in `pocs/example.py`.


## Visualising results

To visualise results, you do the following:

```shell
> cd viewer
> streamlit run visualiser.py
```
1 change: 0 additions & 1 deletion viewer/visualiser.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@ def main():
# === Fill in the container === #
cols = []
for i, row in subset.iterrows():
print(type(row))
if not cols:
cols = list(st.columns(size))
build_card(row, index_pth, cols.pop(0))
Expand Down

0 comments on commit 3134848

Please sign in to comment.