emkor / audiopyle

Audio feature extraction engine based on VAMP plugins
GNU General Public License v3.0
2 stars 1 forks source link
audio-analysis audio-features celery docker docker-compose feature-extraction feature-extractor music-analysis mysql openapi python python-3 python3 rabbitmq rest-api sound-analysis vamp-plugins

audiopyle Build Status

audiopyle

Docker-based app extracting features from audio files (preferably, music). Makes use of standard VAMP plugins for feature extraction.

Quick start

To start the app, follow these steps:

App REST API description

YOu can use REST API of an app that is available at http://localhost:8080/ Hosted audiopyle API documentation is available from GitHub Pages Alternative way is to paste open_api_docs.yml (OpenAPI / Swagger 2.0 compliant spec) file contents into Swagger editor

How it works (mental model)

Building from source

To build Docker images, follow these steps: