Skip to main content

Bioacoustic processing and Pied tamarin (Saguinus bicolor) vocalization detector.

Project description

🐒 Sauim Detector

sauim-detector is a Python command-line tool for bioacoustic processing and automatic detection of Pied tamarin (Saguinus bicolor) vocalizations. It combines a pre-trained bird vocalization embedding model with a custom OCSVM classifier to detect the presence of tamarin calls in audio recordings. 🙈🙉🙊

Quick tutorial: Watch on YouTube


📦 Installation

Directly from pypi:

pip install sauim-detector==0.1.1

Directly from the GitHub repo (clone and install the package):

git clone https://github.com/juancolonna/Sauim.git
cd sauim-detector
pip install .

This will also install required dependencies:

  • librosa
  • numpy
  • scipy
  • tensorflow
  • tensorflow-hub
  • joblib
  • soundfile

🚀 Usage

The CLI entry point is sauim-detector.

sauim-detector path/to/audio.wav

Options

  • --save-audio, -s
    If set, saves the filtered signal as a .wav file alongside the labels.

📂 Outputs

  1. Detection labels in Audacity label format:

    start_time    end_time    label
    0.00          7.20        sauim
    10.00         15.50       sauim
    20.00         30.80       sauim
    ....
    

    These can be imported directly into Audacity via
    File → Import → Labels….

  2. Filtered audio (optional, if --save-audio is used):
    A .wav file containing the processed signal.
    Example: audio_filtered.wav


📝 Example

# Run classification
sauim-detector recordings/example.wav

# Run classification and also save filtered audio
sauim-detector recordings/example.wav --save-audio

Output:

Total detections: 2
✅ Labels saved as: recordings/example_detections.txt
✅ Filtered signal saved as: recordings/example_filtered.wav

⚠️ Notes

  • Input files must be in .wav format.
  • The default sampling rate is 32 kHz. Files will be resampled automatically if needed.
  • Labels are generated based on classifier decisions (OCSVM) and they need manual validation on Audacity.

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

sauim_detector-0.1.2.tar.gz (73.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

sauim_detector-0.1.2-py3-none-any.whl (73.8 kB view details)

Uploaded Python 3

File details

Details for the file sauim_detector-0.1.2.tar.gz.

File metadata

  • Download URL: sauim_detector-0.1.2.tar.gz
  • Upload date:
  • Size: 73.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.4

File hashes

Hashes for sauim_detector-0.1.2.tar.gz
Algorithm Hash digest
SHA256 cfd393e58e9f1de45e3b95675f60516cdeb7e108d547e4c33ae0656f68f0d373
MD5 8e05853cc4f3f9682d2ce3b7b57601ee
BLAKE2b-256 99fdc0275546bb819303b279a518ad82144efd924adcf6a931f6435232b09654

See more details on using hashes here.

File details

Details for the file sauim_detector-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: sauim_detector-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 73.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.4

File hashes

Hashes for sauim_detector-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 95c9b1375392208911772d0601acfd8a14b95a179e97ca8132af9ec60ea86de5
MD5 3ad4658f68c6b791560cbe824221fc38
BLAKE2b-256 675a292619a127b5567d73f767127b73addd930b1c5bf9543fcb8cd7125140e2

See more details on using hashes here.

Supported by

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