Skip to content

Commit

Permalink
fix image linking in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhi committed Oct 30, 2021
1 parent 5fcb5ec commit 24043dd
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

Use Matplotlib to label images for classification. Works anywhere Matplotlib does - from the notebook to a standalone gui!

For more see the [documentation](https://mpl-image-labeller.readthedocs.io/en/stable/?badge=stable).

## Install

```bash
Expand All @@ -25,7 +27,13 @@ pip install mpl-image-labeller
- Smart interactions with default Matplotlib keymap
- Callback System (see `examples/callbacks.py`)

![gif of usage for labelling images of cats and dogs](docs/_static/example.gif)
**single class per image**

![gif of usage for labelling images of cats and dogs](docs/_static/single_class.gif)

**multiple classes per image**

![gif of usage for labelling images of cats and dogs](docs/_static/multi_class.gif)

## Usage

Expand Down

0 comments on commit 24043dd

Please sign in to comment.