🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

dcase-util

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dcase-util

A collection of utilities for Detection and Classification of Acoustic Scenes and Events

0.2.20
PyPI
Maintainers
1

DCASE Utilities

A collection of utilities for Detection and Classification of Acoustic Scenes and Events

|Build Status| |Coverage Status| |PyPI| |License: MIT|

This collection of utilities is for Detection and Classification of Acoustic Scenes and Events (DCASE). These utilities were originally created for the DCASE challenge baseline systems (2016 <https://github.com/TUT-ARG/DCASE2016-baseline-system-python>__ & 2017 <https://github.com/TUT-ARG/DCASE2017-baseline-system>__) and are bundled into a standalone library to allow their re-usage in other research projects.

The main goal of the utilities is to streamline the research code, make it more readable, and easier to maintain. Most of the implemented utilities are related to audio datasets: handling meta data and various forms of other structured data, and provide standardized usage API to audio datasets from various sources.

Documentation

See https://dcase-repo.github.io/dcase_util/ for detailed instruction, manuals and tutorials.

Installation instructions

The latest stable release is available on PyPI, and you can install with pip: pip install dcase_util

License

Code released under the MIT license <https://github.com/DCASE-REPO/dcase_util/tree/master/LICENSE>__.

.. |Build Status| image:: https://travis-ci.org/DCASE-REPO/dcase_util.svg?branch=master :target: https://travis-ci.org/DCASE-REPO/dcase_util .. |Coverage Status| image:: https://coveralls.io/repos/github/DCASE-REPO/dcase_util/badge.svg?branch=master :target: https://coveralls.io/github/DCASE-REPO/dcase_util?branch=master .. |PyPI| image:: https://img.shields.io/pypi/v/dcase_util.svg :target: https://pypi.python.org/pypi/dcase_util .. |License: MIT| image:: https://img.shields.io/badge/license-MIT-blue.svg :target: https://opensource.org/licenses/MIT

Keywords

audio sound

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts