Skip to content

Commit

Permalink
documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
haesleinhuepf committed Aug 5, 2023
1 parent 74bb51e commit 78918a7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

.idea/bia-bob.iml

build/
dist/
.idea/

*/.ipynb_checkpoints/*
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,20 @@ Note: Bob is currently in an early alpha stage. It is not very smart yet. Feedba

Detailed examples of how to interact with Bob are given in [this notebook](https://github.com/haesleinhuepf/bia-bob/blob/main/demo/basic_demo.ipynb)

![img.png](https://github.com/haesleinhuepf/bia-bob/raw/main/docs/images/bia_bob_trailer.gif)


```
from bia_bob import bob
```

![img.png](docs/images/load_and_show.png)
![img.png](https://github.com/haesleinhuepf/bia-bob/raw/main/docs/images/load_and_show.png)

![img_1.png](docs/images/slice.png)
![img_1.png](https://github.com/haesleinhuepf/bia-bob/raw/main/docs/images/slice.png)

![img.png](docs/images/chain_workflows.png)
![img.png](https://github.com/haesleinhuepf/bia-bob/raw/main/docs/images/chain_workflows.png)

![img.png](docs/images/count_blobs.png)
![img.png](https://github.com/haesleinhuepf/bia-bob/raw/main/docs/images/count_blobs.png)

## Known issues

Expand Down
Binary file added docs/images/bia_bob_trailer.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 78918a7

Please sign in to comment.