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:

conda install mamba -c conda-forge -n base -y
mamba create python=3.9 das=0.30.1 -c conda-forge -c ncb -c anaconda -c nvidia -n das -y

For linux, the last line needs to be:

CONDA_OVERRIDE_CUDA=11.2 mamba create python=3.9 das=0.30.1 -c conda-forge -c ncb -c anaconda -c nvidia -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


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.30.1.tar.gz (3.2 MB view details)

Uploaded Source

Built Distribution

das-0.30.1-py3-none-any.whl (99.3 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for das-0.30.1.tar.gz
Algorithm Hash digest
SHA256 f1b14fcac112e2d7ccef228990f3143eeaa2d9d5f6a75eb174ad2bc152c2cbf1
MD5 154260e04691598da0db7c9f75260ccf
BLAKE2b-256 681ae0be0f5181f4e107208a1d66c4ca019d4112523af8747b0d3cccf2971ed8

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for das-0.30.1-py3-none-any.whl
Algorithm Hash digest
SHA256 0308df88e3c2acd3afddef87e97e299999db179c46169aac9775fe7a3a4f341b
MD5 369f5e600307a748c23aa2513e96d691
BLAKE2b-256 880ea9aed0c4d027b66042e4c2141c7a73644d71836ddc269d0b6a3183e791ec

See more details on using hashes here.

Supported by

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