BirdNET-onnx-backbone / pyproject.toml
biodiversica's picture
Upload models and script
47cca71 verified
raw
history blame contribute delete
335 Bytes
[project]
name = "birdnet-onnx-backbone"
version = "0.1.0"
description = "Backbone-only ONNX exports of BirdNET v2.4 bird sound classifier"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"huggingface-hub>=0.23.0",
"numpy>=2.0.0",
"onnx>=1.16.0",
"onnxruntime>=1.18.0",
"tensorflow-cpu>=2.16.0",
]