Sign inSign up

garyfeng/docker-pyaa

By garyfeng

Updated almost 9 years ago

Automated build of pyAudioAnalysis (https://github.com/tyiannak/pyAudioAnalysis), latest using git

Image
2

309

garyfeng/docker-pyaa repository overview

Docker pulls Docker Build Latest Tag

docker-openpose

Docker Image for pyAudioAnalysis.

Usage

This docker image adds a script (/autorun.sh) that demonstrates how to process all mp3 files in a folder to extract features with given parameters. You will need to start your docker image by mapping a folder with mp3 files to /data folder in the docker image. When the docker image runs, it run bash. You can run /autorun.sh to process the mp3 files

  • Put mp3 files in a local folder, say mp3folder
  • start docker by mapping mp3folder to /data:
docker run -v mp3folder:/data -w '/data' -i -t garyfeng:docker-pyaa
  • when the instance starts, it runs bash to wait for your input.
  • [optional]: in bash, run /autorun.sh. It will scan the mp3 files in the folder and write feature files.
  • close the instance by typing exit

Tag summary

Content type

Image

Digest

Size

588.8 MB

Last updated

almost 9 years ago

docker pull garyfeng/docker-pyaa