We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c627782 commit 136087eCopy full SHA for 136087e
README.md
@@ -1 +1,15 @@
1
# 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