Skip to main content

DAS

Project description

Deep Audio Segmenter

DAS is a method for automatically annotating song from raw audio recordings based on a deep neural network. DAS can be used with a graphical user interface, from the terminal, or from within python scripts.

If you have questions, feedback, or find bugs please raise an issue.

Please cite DAS as:

Elsa Steinfath, Adrian Palacios, Julian Rottschäfer, Deniz Yuezak, Jan Clemens (2021). Fast and accurate annotation of acoustic signals with deep neural networks. eLife

Installation

Pre-requisites

Anaconda: DAS is installed using an anaconda environment. For that, first install the anaconda python distribution (or miniconda).

If you have conda already installed, make sure you have conda v4.8.4+. If not, update from an older version with conda update conda.

Libsoundfile on linux: The graphical user interface (GUI) reads audio data using soundfile, which relies on libsndfile. libsndfile will be automatically installed on Windows and macOS. On Linux, the library needs to be installed manually with: sudo apt-get install libsndfile1. Note that DAS will work w/o libsndfile but will not be able to load exotic audio formats.

Install DAS

Create an anaconda environment called das that contains all the required packages.

On windows:

conda install mamba -c conda-forge -n base -y
mamba create python=3.9 das=0.32.2 "numpy<1.24" -c conda-forge -c ncb -c anaconda -c nvidia -n das -y

On Linux or MacOS (intel and arm):

conda install mamba -c conda-forge -n base -y
mamba create python=3.10 das=0.32.2 -c conda-forge -c ncb -c anaconda -c nvidia -c apple -n das -y

Usage

To start the graphical user interface:

conda activate das
das gui

The documentation at https://janclemenslab.org/das/ provides information on the usage of DAS:

Acknowledgements

The following packages were modified and integrated into das:

  • Keras implementation of TCN models modified from keras-tcn (in das.tcn)
  • Trainable STFT layer implementation modified from kapre (in das.kapre)

See the sub-module directories for the original READMEs.

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

das-0.32.2.tar.gz (7.3 MB view details)

Uploaded Source

Built Distribution

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

das-0.32.2-py3-none-any.whl (116.7 kB view details)

Uploaded Python 3

File details

Details for the file das-0.32.2.tar.gz.

File metadata

  • Download URL: das-0.32.2.tar.gz
  • Upload date:
  • Size: 7.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-requests/2.28.1

File hashes

Hashes for das-0.32.2.tar.gz
Algorithm Hash digest
SHA256 5698a92e4920e925f453028cbd37bff1bd22909852ff2377261a5b46996ef4f8
MD5 4838e0a358ed6ffb789af8906b914762
BLAKE2b-256 061866ab91a8107a562bd2e4b0c14a370009ed02fce988595cbde94d13622c50

See more details on using hashes here.

File details

Details for the file das-0.32.2-py3-none-any.whl.

File metadata

  • Download URL: das-0.32.2-py3-none-any.whl
  • Upload date:
  • Size: 116.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-requests/2.28.1

File hashes

Hashes for das-0.32.2-py3-none-any.whl
Algorithm Hash digest
SHA256 ff92b3a74473c21c7aedd2481a81c0bef231dc00ffde5c1cbdf6d456ca080c10
MD5 8801895c088f61134eae511114a233de
BLAKE2b-256 3c65975995f884564090abda0ebfb15972a5c297632d00e0fbbb8ead71ad2bb2

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