An open API service indexing awesome lists of open source software.

https://github.com/javaaidev/bird-classifier

Bird classifier using Onnx Java runtime
https://github.com/javaaidev/bird-classifier

ai image-classification java onnx onnx-runtime

Last synced: 7 months ago
JSON representation

Bird classifier using Onnx Java runtime

Awesome Lists containing this project

README

          

# Bird Classifier

A bird classifier powered by [Onnx runtime](https://onnxruntime.ai/) for Java.
It
uses [Bird Classifier EfficientNet-B2](https://huggingface.co/dennisjooo/Birds-Classifier-EfficientNetB2)
model for bird classification.

To use this bird classifier, download the latest release jar file `bird-classifier.jar
` and run it with url of an image.

```sh
java -jar bird-classifier.jar https://images.unsplash.com/photo-1470619549108-b85c56fe5be8
```

The output is `american flamingo`.