birdnet 0.1.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- birdnet-0.1.0/CHANGELOG.md +15 -0
- birdnet-0.1.0/CODE_OF_CONDUCT.md +132 -0
- birdnet-0.1.0/CONTRIBUTING.md +44 -0
- birdnet-0.1.0/LICENSE.md +21 -0
- birdnet-0.1.0/MANIFEST.in +26 -0
- birdnet-0.1.0/PKG-INFO +154 -0
- birdnet-0.1.0/Pipfile +33 -0
- birdnet-0.1.0/Pipfile.lock +2629 -0
- birdnet-0.1.0/README.md +118 -0
- birdnet-0.1.0/example/example.py +40 -0
- birdnet-0.1.0/example/soundscape.wav +0 -0
- birdnet-0.1.0/example/species_list.txt +48 -0
- birdnet-0.1.0/pylintrc +612 -0
- birdnet-0.1.0/pyproject.toml +86 -0
- birdnet-0.1.0/setup.cfg +4 -0
- birdnet-0.1.0/src/birdnet/__init__.py +3 -0
- birdnet-0.1.0/src/birdnet/models/__init__.py +1 -0
- birdnet-0.1.0/src/birdnet/models/model_v2m4.py +404 -0
- birdnet-0.1.0/src/birdnet/py.typed +0 -0
- birdnet-0.1.0/src/birdnet/types.py +9 -0
- birdnet-0.1.0/src/birdnet/utils.py +193 -0
- birdnet-0.1.0/src/birdnet.egg-info/PKG-INFO +154 -0
- birdnet-0.1.0/src/birdnet.egg-info/SOURCES.txt +39 -0
- birdnet-0.1.0/src/birdnet.egg-info/dependency_links.txt +1 -0
- birdnet-0.1.0/src/birdnet.egg-info/requires.txt +8 -0
- birdnet-0.1.0/src/birdnet.egg-info/top_level.txt +1 -0
- birdnet-0.1.0/src/birdnet_tests/__init__.py +1 -0
- birdnet-0.1.0/src/birdnet_tests/conftest.py +9 -0
- birdnet-0.1.0/src/birdnet_tests/models/__init__.py +1 -0
- birdnet-0.1.0/src/birdnet_tests/models/model_v2m4_py/__init__.py +1 -0
- birdnet-0.1.0/src/birdnet_tests/models/model_v2m4_py/test_downloader.py +13 -0
- birdnet-0.1.0/src/birdnet_tests/models/model_v2m4_py/test_model_v2m4.py +9 -0
- birdnet-0.1.0/src/birdnet_tests/models/model_v2m4_py/test_predict_species_at_location_and_time.py +86 -0
- birdnet-0.1.0/src/birdnet_tests/models/model_v2m4_py/test_predict_species_within_audio_file.py +140 -0
- birdnet-0.1.0/src/birdnet_tests/test_files/soundscape.flac +0 -0
- birdnet-0.1.0/src/birdnet_tests/test_files/soundscape.mp3 +0 -0
- birdnet-0.1.0/src/birdnet_tests/test_files/soundscape.wav +0 -0
- birdnet-0.1.0/src/birdnet_tests/utils_py/__init__.py +1 -0
- birdnet-0.1.0/src/birdnet_tests/utils_py/test_download_file_tqdm.py +17 -0
- birdnet-0.1.0/src/birdnet_tests/utils_py/test_load_audio_file_in_parts.py +63 -0
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file.
|
|
4
|
+
|
|
5
|
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
6
|
+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
|
+
|
|
8
|
+
## [Unreleased]
|
|
9
|
+
|
|
10
|
+
## [0.1.0] - 2024-07-23
|
|
11
|
+
|
|
12
|
+
- Initial release
|
|
13
|
+
|
|
14
|
+
[Unreleased]: https://github.com/birdnet-team/birdnet/compare/v0.1.0...HEAD
|
|
15
|
+
[0.1.0]: https://github.com/birdnet-team/birdnet/releases/tag/v0.1.0
|
|
@@ -0,0 +1,132 @@
|
|
|
1
|
+
# Contributor Covenant Code of Conduct
|
|
2
|
+
|
|
3
|
+
## Our Pledge
|
|
4
|
+
|
|
5
|
+
We as members, contributors, and leaders pledge to make participation in our
|
|
6
|
+
community a harassment-free experience for everyone, regardless of age, body
|
|
7
|
+
size, visible or invisible disability, ethnicity, sex characteristics, gender
|
|
8
|
+
identity and expression, level of experience, education, socio-economic status,
|
|
9
|
+
nationality, personal appearance, race, caste, color, religion, or sexual
|
|
10
|
+
identity and orientation.
|
|
11
|
+
|
|
12
|
+
We pledge to act and interact in ways that contribute to an open, welcoming,
|
|
13
|
+
diverse, inclusive, and healthy community.
|
|
14
|
+
|
|
15
|
+
## Our Standards
|
|
16
|
+
|
|
17
|
+
Examples of behavior that contributes to a positive environment for our
|
|
18
|
+
community include:
|
|
19
|
+
|
|
20
|
+
* Demonstrating empathy and kindness toward other people
|
|
21
|
+
* Being respectful of differing opinions, viewpoints, and experiences
|
|
22
|
+
* Giving and gracefully accepting constructive feedback
|
|
23
|
+
* Accepting responsibility and apologizing to those affected by our mistakes,
|
|
24
|
+
and learning from the experience
|
|
25
|
+
* Focusing on what is best not just for us as individuals, but for the overall
|
|
26
|
+
community
|
|
27
|
+
|
|
28
|
+
Examples of unacceptable behavior include:
|
|
29
|
+
|
|
30
|
+
* The use of sexualized language or imagery, and sexual attention or advances of
|
|
31
|
+
any kind
|
|
32
|
+
* Trolling, insulting or derogatory comments, and personal or political attacks
|
|
33
|
+
* Public or private harassment
|
|
34
|
+
* Publishing others' private information, such as a physical or email address,
|
|
35
|
+
without their explicit permission
|
|
36
|
+
* Other conduct which could reasonably be considered inappropriate in a
|
|
37
|
+
professional setting
|
|
38
|
+
|
|
39
|
+
## Enforcement Responsibilities
|
|
40
|
+
|
|
41
|
+
Community leaders are responsible for clarifying and enforcing our standards of
|
|
42
|
+
acceptable behavior and will take appropriate and fair corrective action in
|
|
43
|
+
response to any behavior that they deem inappropriate, threatening, offensive,
|
|
44
|
+
or harmful.
|
|
45
|
+
|
|
46
|
+
Community leaders have the right and responsibility to remove, edit, or reject
|
|
47
|
+
comments, commits, code, wiki edits, issues, and other contributions that are
|
|
48
|
+
not aligned to this Code of Conduct, and will communicate reasons for moderation
|
|
49
|
+
decisions when appropriate.
|
|
50
|
+
|
|
51
|
+
## Scope
|
|
52
|
+
|
|
53
|
+
This Code of Conduct applies within all community spaces, and also applies when
|
|
54
|
+
an individual is officially representing the community in public spaces.
|
|
55
|
+
Examples of representing our community include using an official email address,
|
|
56
|
+
posting via an official social media account, or acting as an appointed
|
|
57
|
+
representative at an online or offline event.
|
|
58
|
+
|
|
59
|
+
## Enforcement
|
|
60
|
+
|
|
61
|
+
Instances of abusive, harassing, or otherwise unacceptable behavior may be
|
|
62
|
+
reported to the community leaders responsible for enforcement at
|
|
63
|
+
[github@stefantaubert.com](mailto:github@stefantaubert.com).
|
|
64
|
+
All complaints will be reviewed and investigated promptly and fairly.
|
|
65
|
+
|
|
66
|
+
All community leaders are obligated to respect the privacy and security of the
|
|
67
|
+
reporter of any incident.
|
|
68
|
+
|
|
69
|
+
## Enforcement Guidelines
|
|
70
|
+
|
|
71
|
+
Community leaders will follow these Community Impact Guidelines in determining
|
|
72
|
+
the consequences for any action they deem in violation of this Code of Conduct:
|
|
73
|
+
|
|
74
|
+
### 1. Correction
|
|
75
|
+
|
|
76
|
+
**Community Impact**: Use of inappropriate language or other behavior deemed
|
|
77
|
+
unprofessional or unwelcome in the community.
|
|
78
|
+
|
|
79
|
+
**Consequence**: A private, written warning from community leaders, providing
|
|
80
|
+
clarity around the nature of the violation and an explanation of why the
|
|
81
|
+
behavior was inappropriate. A public apology may be requested.
|
|
82
|
+
|
|
83
|
+
### 2. Warning
|
|
84
|
+
|
|
85
|
+
**Community Impact**: A violation through a single incident or series of
|
|
86
|
+
actions.
|
|
87
|
+
|
|
88
|
+
**Consequence**: A warning with consequences for continued behavior. No
|
|
89
|
+
interaction with the people involved, including unsolicited interaction with
|
|
90
|
+
those enforcing the Code of Conduct, for a specified period of time. This
|
|
91
|
+
includes avoiding interactions in community spaces as well as external channels
|
|
92
|
+
like social media. Violating these terms may lead to a temporary or permanent
|
|
93
|
+
ban.
|
|
94
|
+
|
|
95
|
+
### 3. Temporary Ban
|
|
96
|
+
|
|
97
|
+
**Community Impact**: A serious violation of community standards, including
|
|
98
|
+
sustained inappropriate behavior.
|
|
99
|
+
|
|
100
|
+
**Consequence**: A temporary ban from any sort of interaction or public
|
|
101
|
+
communication with the community for a specified period of time. No public or
|
|
102
|
+
private interaction with the people involved, including unsolicited interaction
|
|
103
|
+
with those enforcing the Code of Conduct, is allowed during this period.
|
|
104
|
+
Violating these terms may lead to a permanent ban.
|
|
105
|
+
|
|
106
|
+
### 4. Permanent Ban
|
|
107
|
+
|
|
108
|
+
**Community Impact**: Demonstrating a pattern of violation of community
|
|
109
|
+
standards, including sustained inappropriate behavior, harassment of an
|
|
110
|
+
individual, or aggression toward or disparagement of classes of individuals.
|
|
111
|
+
|
|
112
|
+
**Consequence**: A permanent ban from any sort of public interaction within the
|
|
113
|
+
community.
|
|
114
|
+
|
|
115
|
+
## Attribution
|
|
116
|
+
|
|
117
|
+
This Code of Conduct is adapted from the [Contributor Covenant][homepage],
|
|
118
|
+
version 2.1, available at
|
|
119
|
+
[https://www.contributor-covenant.org/version/2/1/code_of_conduct.html][v2.1].
|
|
120
|
+
|
|
121
|
+
Community Impact Guidelines were inspired by
|
|
122
|
+
[Mozilla's code of conduct enforcement ladder][Mozilla CoC].
|
|
123
|
+
|
|
124
|
+
For answers to common questions about this code of conduct, see the FAQ at
|
|
125
|
+
[https://www.contributor-covenant.org/faq][FAQ]. Translations are available at
|
|
126
|
+
[https://www.contributor-covenant.org/translations][translations].
|
|
127
|
+
|
|
128
|
+
[homepage]: https://www.contributor-covenant.org
|
|
129
|
+
[v2.1]: https://www.contributor-covenant.org/version/2/1/code_of_conduct.html
|
|
130
|
+
[Mozilla CoC]: https://github.com/mozilla/diversity
|
|
131
|
+
[FAQ]: https://www.contributor-covenant.org/faq
|
|
132
|
+
[translations]: https://www.contributor-covenant.org/translations
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
# Contributing
|
|
2
|
+
|
|
3
|
+
If you notice an error, please don't hesitate to open an issue.
|
|
4
|
+
|
|
5
|
+
## Development setup
|
|
6
|
+
|
|
7
|
+
```sh
|
|
8
|
+
# update
|
|
9
|
+
sudo apt update
|
|
10
|
+
# install Python 3.9-3.11 for ensuring that tests can be run
|
|
11
|
+
sudo apt install python3-pip \
|
|
12
|
+
python3.9 python3.9-dev python3.9-distutils python3.9-venv \
|
|
13
|
+
python3.10 python3.10-dev python3.10-distutils python3.10-venv \
|
|
14
|
+
python3.11 python3.11-dev python3.11-distutils python3.11-venv
|
|
15
|
+
# install pipenv for creation of virtual environments
|
|
16
|
+
python3.8 -m pip install pipenv --user
|
|
17
|
+
|
|
18
|
+
# check out repo
|
|
19
|
+
git clone https://github.com/birdnet-team/birdnet.git
|
|
20
|
+
cd birdnet
|
|
21
|
+
# create virtual environment
|
|
22
|
+
python3.8 -m pipenv install --dev
|
|
23
|
+
```
|
|
24
|
+
|
|
25
|
+
## Running the tests
|
|
26
|
+
|
|
27
|
+
```sh
|
|
28
|
+
# first install the tool like in "Development setup"
|
|
29
|
+
# then, navigate into the directory of the repo (if not already done)
|
|
30
|
+
cd birdnet
|
|
31
|
+
# activate environment
|
|
32
|
+
python3.8 -m pipenv shell
|
|
33
|
+
# run tests
|
|
34
|
+
tox
|
|
35
|
+
```
|
|
36
|
+
|
|
37
|
+
Final lines of test result output:
|
|
38
|
+
|
|
39
|
+
```log
|
|
40
|
+
py39: commands succeeded
|
|
41
|
+
py310: commands succeeded
|
|
42
|
+
py311: commands succeeded
|
|
43
|
+
congratulations :)
|
|
44
|
+
```
|
birdnet-0.1.0/LICENSE.md
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
# MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2024 birdnet-team
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
graft src/birdnet_tests/
|
|
2
|
+
|
|
3
|
+
include \
|
|
4
|
+
pylintrc \
|
|
5
|
+
CHANGELOG.md \
|
|
6
|
+
CODE_OF_CONDUCT.md \
|
|
7
|
+
CONTRIBUTING.md \
|
|
8
|
+
LICENSE.md \
|
|
9
|
+
MANIFEST.in \
|
|
10
|
+
Pipfile \
|
|
11
|
+
Pipfile.lock \
|
|
12
|
+
README.md \
|
|
13
|
+
pyproject.toml \
|
|
14
|
+
setup.cfg \
|
|
15
|
+
example/soundscape.wav \
|
|
16
|
+
example/example.py \
|
|
17
|
+
example/species_list.txt
|
|
18
|
+
|
|
19
|
+
global-exclude \
|
|
20
|
+
*~ \
|
|
21
|
+
*.py[cod] \
|
|
22
|
+
*.so \
|
|
23
|
+
.DS_Store
|
|
24
|
+
|
|
25
|
+
prune .*/
|
|
26
|
+
prune **/__pycache__/
|
birdnet-0.1.0/PKG-INFO
ADDED
|
@@ -0,0 +1,154 @@
|
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: birdnet
|
|
3
|
+
Version: 0.1.0
|
|
4
|
+
Summary: A Python library for identifying bird species by their sounds.
|
|
5
|
+
Author-email: Stefan Taubert <pypi@stefantaubert.com>
|
|
6
|
+
Maintainer-email: Stefan Taubert <pypi@stefantaubert.com>
|
|
7
|
+
License: MIT
|
|
8
|
+
Project-URL: Homepage, https://github.com/birdnet-team/birdnet
|
|
9
|
+
Project-URL: Issues, https://github.com/birdnet-team/birdnet/issues
|
|
10
|
+
Keywords: birds
|
|
11
|
+
Classifier: Development Status :: 2 - Pre-Alpha
|
|
12
|
+
Classifier: Operating System :: OS Independent
|
|
13
|
+
Classifier: Operating System :: MacOS
|
|
14
|
+
Classifier: Operating System :: POSIX
|
|
15
|
+
Classifier: Operating System :: POSIX :: BSD
|
|
16
|
+
Classifier: Operating System :: POSIX :: Linux
|
|
17
|
+
Classifier: Operating System :: Unix
|
|
18
|
+
Classifier: Operating System :: Microsoft :: Windows
|
|
19
|
+
Classifier: Programming Language :: Python
|
|
20
|
+
Classifier: Programming Language :: Python :: 3
|
|
21
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
22
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
23
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
24
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
25
|
+
Requires-Python: <3.12,>=3.9
|
|
26
|
+
Description-Content-Type: text/markdown
|
|
27
|
+
License-File: LICENSE.md
|
|
28
|
+
Requires-Dist: librosa<1.0.0,>=0.10.0
|
|
29
|
+
Requires-Dist: tensorflow==2.15.1
|
|
30
|
+
Requires-Dist: resampy<1.0.0,>=0.4.3
|
|
31
|
+
Requires-Dist: soundfile<1.0.0,>=0.12.1
|
|
32
|
+
Requires-Dist: scipy<2.0.0,>=1.9.3
|
|
33
|
+
Requires-Dist: ordered-set<5.0.0,>=4.1.0
|
|
34
|
+
Requires-Dist: tqdm<5.0.0,>=4.64.1
|
|
35
|
+
Requires-Dist: numpy<2.0.0,>=1.23.5
|
|
36
|
+
|
|
37
|
+
# birdnet
|
|
38
|
+
|
|
39
|
+
[](https://pypi.python.org/pypi/birdnet)
|
|
40
|
+

|
|
41
|
+
[](https://github.com/birdnet-team/birdnet/blob/main/LICENSE.md)
|
|
42
|
+
|
|
43
|
+
A Python library for identifying bird species by their sounds.
|
|
44
|
+
|
|
45
|
+
## Installation
|
|
46
|
+
|
|
47
|
+
```sh
|
|
48
|
+
pip install birdnet --user
|
|
49
|
+
```
|
|
50
|
+
|
|
51
|
+
## Example usage
|
|
52
|
+
|
|
53
|
+
### Identify species within an audio file
|
|
54
|
+
|
|
55
|
+
```py
|
|
56
|
+
from pathlib import Path
|
|
57
|
+
|
|
58
|
+
from birdnet.models import ModelV2M4
|
|
59
|
+
|
|
60
|
+
# create model instance for v2.4
|
|
61
|
+
model = ModelV2M4()
|
|
62
|
+
|
|
63
|
+
# predict species within the whole audio file
|
|
64
|
+
audio_path = Path("example/soundscape.wav")
|
|
65
|
+
predictions = model.predict_species_within_audio_file(audio_path)
|
|
66
|
+
|
|
67
|
+
# get most probable prediction at time interval 0s-3s
|
|
68
|
+
prediction, confidence = list(predictions[(0.0, 3.0)].items())[0]
|
|
69
|
+
print(f"predicted '{prediction}' with a confidence of {confidence:.6f}")
|
|
70
|
+
# output:
|
|
71
|
+
# predicted 'Poecile atricapillus_Black-capped Chickadee' with a confidence of 0.814056
|
|
72
|
+
```
|
|
73
|
+
|
|
74
|
+
For a more detailed prediction you can take a look at [example/example.py](./example/example.py).
|
|
75
|
+
|
|
76
|
+
### Predict species for a given location and time
|
|
77
|
+
|
|
78
|
+
```py
|
|
79
|
+
from birdnet.models import ModelV2M4
|
|
80
|
+
|
|
81
|
+
# create model instance for v2.4
|
|
82
|
+
model = ModelV2M4()
|
|
83
|
+
|
|
84
|
+
# predict species
|
|
85
|
+
predictions = model.predict_species_at_location_and_time(42.5, -76.45, week=4)
|
|
86
|
+
|
|
87
|
+
# get most probable prediction
|
|
88
|
+
first_prediction, confidence = list(predictions.items())[0]
|
|
89
|
+
print(f"predicted '{first_prediction}' with a confidence of {confidence:.6f}")
|
|
90
|
+
# output:
|
|
91
|
+
# predicted 'Cyanocitta cristata_Blue Jay' with a confidence of 0.927620
|
|
92
|
+
```
|
|
93
|
+
|
|
94
|
+
### Predict species within an audio file for a given location and time
|
|
95
|
+
|
|
96
|
+
```py
|
|
97
|
+
from pathlib import Path
|
|
98
|
+
|
|
99
|
+
from birdnet.models import ModelV2M4
|
|
100
|
+
|
|
101
|
+
# create model instance for v2.4
|
|
102
|
+
model = ModelV2M4()
|
|
103
|
+
|
|
104
|
+
# predict species within the whole audio file
|
|
105
|
+
audio_path = Path("example/soundscape.wav")
|
|
106
|
+
|
|
107
|
+
species_in_area = model.predict_species_at_location_and_time(42.5, -76.45, week=4)
|
|
108
|
+
predictions = model.predict_species_within_audio_file(
|
|
109
|
+
audio_path,
|
|
110
|
+
filter_species=set(species_in_area.keys())
|
|
111
|
+
)
|
|
112
|
+
|
|
113
|
+
# get most probable prediction at time interval 0s-3s
|
|
114
|
+
prediction, confidence = list(predictions[(0.0, 3.0)].items())[0]
|
|
115
|
+
print(f"predicted '{prediction}' with a confidence of {confidence:.6f}")
|
|
116
|
+
# output:
|
|
117
|
+
# predicted 'Poecile atricapillus_Black-capped Chickadee' with a confidence of 0.814056
|
|
118
|
+
```
|
|
119
|
+
|
|
120
|
+
## License
|
|
121
|
+
|
|
122
|
+
- **Source Code**: The source code for this project is licensed under the [MIT License](https://opensource.org/licenses/MIT).
|
|
123
|
+
- **Models**: The models used in this project are licensed under the [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License (CC BY-NC-SA 4.0)](https://creativecommons.org/licenses/by-nc-sa/4.0/).
|
|
124
|
+
|
|
125
|
+
Please ensure you review and adhere to the specific license terms provided with each model. Note that educational and research purposes are considered non-commercial use cases.
|
|
126
|
+
|
|
127
|
+
## Citation
|
|
128
|
+
|
|
129
|
+
```bibtex
|
|
130
|
+
@article{kahl2021birdnet,
|
|
131
|
+
title={BirdNET: A deep learning solution for avian diversity monitoring},
|
|
132
|
+
author={Kahl, Stefan and Wood, Connor M and Eibl, Maximilian and Klinck, Holger},
|
|
133
|
+
journal={Ecological Informatics},
|
|
134
|
+
volume={61},
|
|
135
|
+
pages={101236},
|
|
136
|
+
year={2021},
|
|
137
|
+
publisher={Elsevier}
|
|
138
|
+
}
|
|
139
|
+
```
|
|
140
|
+
|
|
141
|
+
## Funding
|
|
142
|
+
|
|
143
|
+
This project is supported by Jake Holshuh (Cornell class of '69) and The Arthur Vining Davis Foundations. Our work in the K. Lisa Yang Center for Conservation Bioacoustics is made possible by the generosity of K. Lisa Yang to advance innovative conservation technologies to inspire and inform the conservation of wildlife and habitats.
|
|
144
|
+
|
|
145
|
+
The German Federal Ministry of Education and Research is funding the development of BirdNET through the project "BirdNET+" (FKZ 01|S22072).
|
|
146
|
+
Additionally, the German Federal Ministry of Environment, Nature Conservation and Nuclear Safety is funding the development of BirdNET through the project "DeepBirdDetect" (FKZ 67KI31040E).
|
|
147
|
+
|
|
148
|
+
## Partners
|
|
149
|
+
|
|
150
|
+
BirdNET is a joint effort of partners from academia and industry.
|
|
151
|
+
Without these partnerships, this project would not have been possible.
|
|
152
|
+
Thank you!
|
|
153
|
+
|
|
154
|
+

|
birdnet-0.1.0/Pipfile
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
[[source]]
|
|
2
|
+
name = "pypi"
|
|
3
|
+
url = "https://pypi.org/simple"
|
|
4
|
+
verify_ssl = true
|
|
5
|
+
|
|
6
|
+
[dev-packages]
|
|
7
|
+
birdnet = {editable = true, path = "."}
|
|
8
|
+
autopep8 = "*"
|
|
9
|
+
pylint = "*"
|
|
10
|
+
pycodestyle = "*"
|
|
11
|
+
isort = "*"
|
|
12
|
+
rope = "*"
|
|
13
|
+
pytest = "*"
|
|
14
|
+
autoflake = "*"
|
|
15
|
+
twine = "*"
|
|
16
|
+
build = "*"
|
|
17
|
+
mypy = "*"
|
|
18
|
+
pandas-stubs = "*"
|
|
19
|
+
types-tqdm = "*"
|
|
20
|
+
types-requests = "*"
|
|
21
|
+
|
|
22
|
+
[packages]
|
|
23
|
+
librosa = ">=0.10.0, <1.0.0"
|
|
24
|
+
tensorflow = "==2.15.1"
|
|
25
|
+
resampy = ">=0.4.3, <1.0.0"
|
|
26
|
+
soundfile = ">=0.12.1, <1.0.0"
|
|
27
|
+
scipy = ">=1.9.3, <2.0.0"
|
|
28
|
+
ordered-set = ">=4.1.0, <5.0.0"
|
|
29
|
+
tqdm = ">=4.64.1, <5.0.0"
|
|
30
|
+
numpy = ">=1.23.5, <2.0.0"
|
|
31
|
+
|
|
32
|
+
[requires]
|
|
33
|
+
python_version = "3.11"
|