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
- Host: GitHub
- URL: https://github.com/javaaidev/bird-classifier
- Owner: JavaAIDev
- License: mit
- Created: 2024-10-06T01:16:25.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-06-07T00:14:18.000Z (8 months ago)
- Last Synced: 2025-06-07T01:21:40.168Z (8 months ago)
- Topics: ai, image-classification, java, onnx, onnx-runtime
- Language: Java
- Homepage:
- Size: 29.2 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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`.