Skip to main content

A toolkit for Bird Activity Detection (BAD)

Project description

easybird

easybird is python toolkit for Bird Activity Detection (BAD).

Install

pip install easybird

Single Wav

Identify bird activities for single waveform.

from easybird import detection

result = detection.from_wav('bird.wav')

Output

print(result)
# (True, 0.9996312260627747)

Multiple Wavs

Identify bird activities for multiple wavs

from easybird import detection

results = detection.from_wavs(['bird1.wav','bird2.wav','bird3.wav'])

Output

print(results)
# [(bird1, True, 0.99963122), (bird2, True, 0.37834975), (bird3, True, 0.87340939)]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

easybird-0.0.2.tar.gz (3.7 MB view hashes)

Uploaded Source

Built Distribution

easybird-0.0.2-py3-none-any.whl (3.7 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page