Skip to content

Commit 2f488c8

Browse files
committed
v0.2.0: background removal, captioning, zero-shot classificatio
1 parent 96aca92 commit 2f488c8

2 files changed

Lines changed: 5 additions & 85 deletions

File tree

mix.exs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,11 @@ defmodule ImageVision.MixProject do
2828

2929
defp description do
3030
"""
31-
Simple image classification, segmentation, and object detection
32-
for the `image` library. Powered by Bumblebee (classification,
33-
embeddings) and Ortex (segmentation, detection) — strong defaults,
34-
no ML expertise required.
31+
Simple image classification, embedding, object detection,
32+
segmentation, background removal, captioning, and zero-shot
33+
classification for the `image` library. Powered by Bumblebee and
34+
Ortex with strong, permissively-licensed defaults — no ML
35+
expertise required.
3536
"""
3637
end
3738

@@ -89,7 +90,6 @@ defmodule ImageVision.MixProject do
8990
links: links(),
9091
files: [
9192
"lib",
92-
"priv",
9393
"guides",
9494
"logo.jpg",
9595
"mix.exs",

priv/models/coco_classes.txt

Lines changed: 0 additions & 80 deletions
This file was deleted.

0 commit comments

Comments
 (0)