algorithmic-music-exploration / amen-server

Server to run Amen analysis and return JSON results.
BSD 2-Clause "Simplified" License
7 stars 2 forks source link

Build Status Coverage Status

amen-server

Server to run Amen analysis and return JSON results.

Running Locally

Running on AWS

Some Notes On Performance

Amen is computationally heavy, and is a Python library. It could be faster. The mean processing time for a 3:30 audio track on a AWS free-tier t2.micro is 20.5 seconds - that drops to 16.4 seconds on an AWS c4 machine. Plan accordingly.