Skip to content

acoupi/acoupi_batdetect2

Repository files navigation

acoupi_batdetect2

An acoupi-compatible BatDetect2 model and program

Tip

Read the latest documentation

Readme Content

What is acoupi_batdetect2?

acoupi_batdetect2 is an open-source Python package that implement the BatDetect2 bioacoustic deep-learning model on edge devices like the Raspberry Pi, using the acoupi framework. The BatDetect2 DL model has been developed by Mac Aodha O., et al. to detect and classify UK bats species.

What is the difference between acoupi and acoupi_batdetect2?

acoupi_batdetect2 and acoupi are different. The acoupi_batdetect2 program is built on top of the acoupi python package. Think of acoupi like a bag of LEGO pieces that you can assemble into multiple shapes and forms. acoupi_batdectect2 would be the results of assembling some of these LEGO pieces into a "bat"!

Tip

Get familiar with acoupi

acoupi_batdetect2 builds on and inherits features from acoupi. If you want to learn more the acoupi framework, we recommand starting with acoupi's home documentation.

Requirements

acoupi has been designed to run on single-board computer devices like the Raspberry Pi (RPi). Users should be able to download and test acoupi software on any Linux-based machines with Python version >=3.8,<3.12 installed.

  • A Linux-based single board computer such as the Raspberry Pi 4B.
  • A SD Card with 64-bit Lite OS version installed.
  • A USB Microphone such as an AudioMoth, a µMoth, an Ultramic 192K/250K.

Tip

Recommended Hardware

The software has been extensively developed and tested with the RPi 4B. We advise users to select the RPi 4B or a device featuring similar specifications.

Installation

To install acoupi_batdetect2 on your embedded device, you will need to first have acoupi installed on your device. Follow these steps to install both acoupi and acoupi_batdetect2:

Step 1: Install acoupi and its dependencies.

curl -sSL https://github.com/acoupi/acoupi/raw/main/scripts/setup.sh | bash

Step 2: Install acoupi_batdetect2 and its dependencies

pip install acoupi_batdetect2

Step 3: Configure the acoupi_batdetect2 program.

acoupi setup --program acoupi_batdetect2.program

Step 4: Start the acoupi_batdetect2 program.

acoupi deployment start

Tip

To check what are the available commands for acoupi, enter acoupi --help.

What is acoupi?

acoupi is an open-source Python package that simplifies the use and implementation of bioacoustic classifiers on edge devices. It integrates and standardises the entire bioacoustic monitoring workflow, facilitating the creation of custom sensors, by handling audio recordings, processing, classifications, detections, communication, and data management.

Warning

Licenses and Usage

acoupi_batdetect2 can not be used for commercial purposes.

The acoupi_batdetect2 program inherits the BatDetect2 model license, published under the Creative Commons Attribution-NonCommercial 4.0 International. Please make sure to review this license to ensure your intended use complies with its terms.

Warning

Model Output Reliabilit

Please note that acoupi_batdetect2 program is not responsible for the accuracy or reliability of predictions made by the BatDetect2 model. It is essential to understand the model's performance and limitations before using it in your project.

For more details on the BatDetect2 model architecture, as well as its precision and recall, refer to the publication Mac Aodha O., et al., (2002) Towards a General Approach for Bat Echolocation Detection and Classification.

Important

We would love to hear your feedback about the documentation. We are always looking to hearing suggestions to improve readability and user's ease of navigation. Don't hesitate to reach out if you have comments!

Packages

No packages published

Contributors 2

  •  
  •