acoupi
Python toolkit to implement bioacoustics classifier on embedded systems.
Science Score: 39.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 2 DOI reference(s) in README -
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (13.8%) to scientific vocabulary
Keywords
Repository
Python toolkit to implement bioacoustics classifier on embedded systems.
Basic Info
- Host: GitHub
- Owner: acoupi
- License: gpl-3.0
- Language: Python
- Default Branch: main
- Homepage: https://acoupi.github.io/acoupi/
- Size: 108 MB
Statistics
- Stars: 33
- Watchers: 7
- Forks: 2
- Open Issues: 13
- Releases: 3
Topics
Metadata Files
README.md
acoupi
[!TIP] Read the latest documentation
Readme Content
- What is acoupi?
- Requirements
- Installation
- Ready to use AI Bioacoustic Classifiers
- Acoupi software architecture
- Features and Development
What is acoupi?
acoupi is an open-source Python package that streamlines bioacoustic classifier deployment on edge devices like the Raspberry Pi. It integrates and standardises the entire bioacoustic monitoring workflow, from recording to classification. With various components and templates, acoupi simplifies the creation of custom sensors, handling audio recordings, processing, classifications, detections, communication, and data management.
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] Recomended 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 and use the bare-bone framework of acoupi on your embedded device follow these steps:
Step 1: Install acoupi and its dependencies.
bash
curl -sSL https://github.com/acoupi/acoupi/raw/main/scripts/setup.sh | bash
Step 2: Configure an acoupi program.
bash
acoupi setup --program `program-name`
acoupi includes two pre-built programs; a default and a connected program.
The default program only records and saves audio files based on users' settings. This program does not do any audio processing neither send any messages, being comparable to an AudioMoth.
The connected program is similar to the default program but with the added capability of sending messages to a remote server.
Configure acoupi default program"
bash
acoupi setup --program acoupi.programs.default
Configure acoupi connected program"
bash
acoupi setup --program acoupi.programs.connected
Step 3: Start the deployment of your acoupi's configured program.
bash
acoupi deployment start
[!TIP] To check what are the available commands for acoupi, enter
acoupi --help.
Ready to use AI Bioacoustic Classifiers
acoupi simplifies the use and implementation of open-source AI bioacoustic models. Currently, it supports two classifiers: the BatDetect2, developed by @macodha and al., and the BirdNET-Lite, developed by @kahst and al..
[!WARNING] Licenses and Usage
Before using a pre-trained AI bioacoustic classifier, review its license to ensure it aligns with your intended use.
acoupiprograms built with these models inherit the corresponding model licenses. For further licensing details, refer to the FAQ section.[!WARNING] Model Output Reliability
Please note that
acoupiis not responsible for the accuracy or reliability of model predictions. It is crucial to understand the performance and limitations of each model before using it in your project.[!IMPORTANT] Please make sure you are aware of their license, if you use these models.
BatDetect2
The BatDetect2 bioacoustic DL model has been trained to detect and classify UK bats species. The acoupi_batdetect2 repository provides users with a pre-built acoupi program that can be configured and tailored to their use cases.
Step 1: Install acoupibatdetect2_ program.
bash
pip install acoupi_batdetect2
Step 2: Setup and configure acoupibatdetect2_ program.
bash
acoupi setup --program acoupi_batdetect2.program
BirdNET-Lite (COMING SOON!)
The BirdNET-Lite bioacoustic DL model has been trained to detect and classify a large number of bird species. The acoupi_birdnet repository provides users with a pre-build acoupi program that can be configured and tailored to their use cases of birds monitoring.
Install acoupibirdnet_ program.
bash
pip install acoupi_birdnet
Setup and configure acoupibirdnet_ program.
bash
acoupi setup --program acoupi_birdnet.program
In development 🐳🐘🐝
[!TIP] Interested in sharing your AI bioacoustic model with the community?
acoupi allows you to integrate your own bioacoustic classifier model. If you already have a model and would like to share it with the community, we'd love to hear from you! We are happy to offer guidance and support to help include your classifier in the acoupi list of "ready-to-use" AI bioacoustic classifiers.
acoupi Software
Acoupi software is divided into two parts; the code-based architecture and the running application. The acoupi framework is organised into layers that ensure standardisation of data while providing flexibility of configuration. The acoupi application provides a simple command line interface (CLI) allowing users to configure the acoupi framework for deployment.
acoupi Framework
The acoupi software has been designed to provide maximum flexibility and keep away the internal complexity from a user. The architecture is made of four intricate elements, which we call the data schema, components, tasks, and programs.
The figure below provides a simplified example of an acoupi program. This program illustrates some of the most important data schema, components, and tasks.
[!TIP] Refer to the Explanation of the documentation for full details on each of these elements.
acoupi Application
An acoupi application consists of the full set of code that runs at the deployment stage. This includes a set of scripts made of an acoupi program with user configurations, celery files to organise queues and workers, and bash scripts to start, stop, and reboot the application processes. An acoupi application requires the acoupi package and related dependencies to be installed before a user can configure and run it. The figure below gives an overview of key stages related to the installation, configuration and runtime of an acoupi application.
Features and development
acoupi builds on other Python packages. The list of the most important packages and their functions is summarised below. For more information about each of them, make sure to check their respective documentation. - PDM to manage package dependencies. - Pydantic for data validation. - Pytest as a testing framework. - Pony-ORM for databse queries. - Celery to manage the processing of tasks. - Jinja for text templating.
Owner
- Name: acoupi
- Login: acoupi
- Kind: organization
- Repositories: 1
- Profile: https://github.com/acoupi
GitHub Events
Total
- Create event: 14
- Release event: 1
- Issues event: 14
- Watch event: 33
- Delete event: 6
- Issue comment event: 30
- Push event: 71
- Pull request review comment event: 9
- Pull request review event: 16
- Pull request event: 25
- Fork event: 2
Last Year
- Create event: 14
- Release event: 1
- Issues event: 14
- Watch event: 33
- Delete event: 6
- Issue comment event: 30
- Push event: 71
- Pull request review comment event: 9
- Pull request review event: 16
- Pull request event: 25
- Fork event: 2
Committers
Last synced: 6 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Aude | 4****i | 973 |
| mbsantiago | s****l@g****m | 364 |
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 26
- Total pull requests: 49
- Average time to close issues: 2 months
- Average time to close pull requests: 3 days
- Total issue authors: 4
- Total pull request authors: 3
- Average comments per issue: 1.08
- Average comments per pull request: 0.2
- Merged pull requests: 43
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 14
- Pull requests: 24
- Average time to close issues: about 1 month
- Average time to close pull requests: 1 day
- Issue authors: 4
- Pull request authors: 3
- Average comments per issue: 1.5
- Average comments per pull request: 0.29
- Merged pull requests: 20
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- audevuilli (12)
- mbsantiago (7)
- SarahDal (6)
- libbymiller (1)
Pull Request Authors
- mbsantiago (39)
- audevuilli (17)
- augustweinbren (2)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- pypi 65 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 3
- Total maintainers: 1
pypi.org: acoupi
Classifier for bioacoustic devices
- Documentation: https://acoupi.readthedocs.io/
- License: GPL-3.0
-
Latest release: 0.3.0
published about 1 year ago
Rankings
Maintainers (1)
Dependencies
- actions/cache v3 composite
- actions/cache v4 composite
- actions/checkout v3 composite
- actions/cache v4 composite
- actions/checkout v3 composite
- actions/checkout v4 composite
- actions/download-artifact v4 composite
- actions/upload-artifact v4 composite
- pypa/gh-action-pypi-publish release/v1 composite
- pypa/hatch install composite
- actions/cache v4 composite
- actions/checkout v4 composite
- Jinja2 >=3.1.2
- astral >=3.2
- celery >=5.4.0
- click >=8.1.3
- eventlet >=0.36.1
- paho-mqtt >=1.6.1
- pony >=0.7.16
- pyaudio >=0.2.13
- pydantic >=1.10.8
- pydantic-extra-types >=2.9.0
- pydantic-settings >=2.0.3
- pygments >=2.18.0
- pytz >=2023.3.post1
- pyyaml >=6.0
- requests >=2.31.0