Skip to content

Commit 0f28c66

Browse files
committed
Update links to point to hex version of image_vision
1 parent d3bd95e commit 0f28c66

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Add `:image_vision` to `mix.exs` along with whichever optional ML backends you n
4343
```elixir
4444
def deps do
4545
[
46-
{:image_vision, "~> 0.2"},
46+
{:image_vision, "~> 0.1"},
4747

4848
# Required for Image.Classification and Image.Classification.embed/2
4949
{:bumblebee, "~> 0.6"},
@@ -177,6 +177,6 @@ config :image_vision, :classifier,
177177

178178
## Guides
179179

180-
- [Classification](https://github.com/elixir-image/image_vision/blob/v0.2.0/guides/classification.md) — classifying images and computing embeddings
181-
- [Detection](https://github.com/elixir-image/image_vision/blob/v0.2.0/guides/detection.md) — bounding-box object detection
182-
- [Segmentation](https://github.com/elixir-image/image_vision/blob/v0.2.0/guides/segmentation.md) — promptable and panoptic segmentation
180+
- [Classification](https://github.com/elixir-image/image_vision/blob/v0.1.0/guides/classification.md) — classifying images and computing embeddings
181+
- [Detection](https://github.com/elixir-image/image_vision/blob/v0.1.0/guides/detection.md) — bounding-box object detection
182+
- [Segmentation](https://github.com/elixir-image/image_vision/blob/v0.1.0/guides/segmentation.md) — promptable and panoptic segmentation

livebooks/image_vision.livemd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
```elixir
1515
Mix.install(
1616
[
17-
{:image_vision, github: "elixir-image/image_vision"},
17+
{:image_vision, "~> 0.1"},
1818
{:kino, "~> 0.14"},
1919
# Required for classification (Bumblebee servings).
2020
{:bumblebee, "~> 0.6"},

0 commit comments

Comments
 (0)