File size: 335 Bytes
47cca71
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[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",
]