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. 🙈🙉🙊


📦 Installation

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.0.tar.gz (46.7 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.0-py3-none-any.whl (46.1 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for sauim_detector-0.1.0.tar.gz
Algorithm Hash digest
SHA256 8610aa0cefb6d5e99b10b7c7b1cbf006b568b6404710e223d410415eebcc2361
MD5 afee0b9540020bb1e967d3bbfef9ed97
BLAKE2b-256 17640fdaa0f8e1541520447eefb1342d83b25b936d4daea0a1645fb4444a23d2

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for sauim_detector-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 9fbc69572d3d2ea26a011d611121c6fc64babbac3b51f8f9315c024e01b0dd9f
MD5 401c852fd84583c254e8c665b008e0c1
BLAKE2b-256 b83e0c6d768eddf9baa1cff51e5b1e0052ba540d3795acf6a84e9812f49de5e2

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