tphakala/Run Birda Inference
Analyze audio using BirdNET ONNX models via the Birda CLI
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| model | Path to the ONNX model file | yes | — |
| model-type | Model type: birdnet-v24, birdnet-v30, or perch-v2 | yes | — |
| audio | Path to audio file to analyze | yes | — |
| output | Output filename (optional) | no | "" |
| format | Output format: csv, json, or raven | no | csv |
| confidence | Minimum confidence threshold (0.0-1.0) | no | 0.1 |
| labels | Path to labels.txt file | no | "" |
Outputs
| name | description |
|---|---|
| results | Absolute path to the generated output file |