Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 694 Bytes

START.md

File metadata and controls

34 lines (22 loc) · 694 Bytes

Audio Regions

Audio Regions

For audio regions to work when you have remote URLs, you need to configure CORS to be wide-open

Install

Linux & Ubuntu guide

Install python and virtualenv

# install python and virtualenv 
apt install python3.6
pip3 install virtualenv

# setup python virtual environment 
virtualenv -p python3 env3
source env3/bin/activate

# install requirements 
cd backend
pip install -r requirements.txt

Start

Listen to the audio file and classify

python server.py -c config.json -l ../examples/audio_regions/config.xml -i ../examples/audio_regions/tasks.json -o output