Skip to content

Commit 136087e

Browse files
committed
Update README.md
1 parent c627782 commit 136087e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,15 @@
11
# Bird Classifier
2+
3+
A bird classifier powered by [Onnx runtime](https://onnxruntime.ai/) for Java.
4+
It
5+
uses [Bird Classifier EfficientNet-B2](https://huggingface.co/dennisjooo/Birds-Classifier-EfficientNetB2)
6+
model for bird classification.
7+
8+
To use this bird classifier, download the latest release jar file `bird-classifier.jar
9+
` and run it with url of an image.
10+
11+
```sh
12+
java -jar bird-classifier.jar https://images.unsplash.com/photo-1470619549108-b85c56fe5be8
13+
```
14+
15+
The output is `american flamingo`.

0 commit comments

Comments
 (0)