Giter Club home page Giter Club logo

essentia-docker's Introduction

Docker images for Essentia

We provide docker images for the latest version of Essentia, which contain examples (command-line feature extractors), python bindings and vamp plugins.

https://hub.docker.com/r/mtgupf/essentia/ https://hub.docker.com/r/mtgupf/essentia-nightly/

Versions

Latest Essentia release

Images using the following base images are available:

  • ubuntu:18.04 (latest ubuntu LTS)
  • ubuntu:19.10 (latest ubuntu)
  • debian:buster (debian "stable")

The current available tags are:

These images are based off the v2.1_beta5 release of the main essentia source tree.

Git Nightly

For a more up-to-date version of essentia we provide the mtgupf/essentia-nightly image. This is updated periodically based on the most recent commit on the master branch of essentia. We provide only one tag, based on Ubuntu 18.04 LTS:

Python 2

We no longer officially support Python 2, however we include a Dockerfile to build Essentia with Python 2 on Ubuntu 18.04 LTS in the python2 directory.

Usage examples

Music extractor

Analyze a file audio.wav located in the current directory and write results to the same directory:

docker run -ti --rm -v `pwd`:/essentia mtgupf/essentia essentia_streaming_extractor_music audio.wav audio.sig

Essentia in python

Run a python script using Essentia located in the current directory:

docker run -ti --rm -v `pwd`:/essentia mtgupf/essentia python test.py

Image management

You can rebuild an image and tag it locally using Make:

make <tag>
make ubuntu18.04-python3
make build # to build all images
make push # to push all images

essentia-docker's People

Contributors

alastair avatar dbogdanov avatar oriolromani avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.