Download
You can download the latest release here or clone the repository and follow the manual installation:
git clone --recursive https://github.com/vmo-score/vmo-score.git
External Applications
Manual Installation
Dependencies
snakes: Petri nets editor and simulator.
pip install git+https://github.com/himito/snakes.git
libsamplerate: Sample Rate Converter for audio (required by librosa).
1 curl -L http://www.mega-nerd.com/SRC/libsamplerate-0.1.8.tar.gz | tar xz 2 cd libsamplerate-0.1.8 3 ./configure 4 make 5 make install
Graphviz: Open source graph visualization software (required by snakes).
brew install graphviz
Build
1 cd vmo-score/
2 python setup.py install
3 vmo_generator
Usage
- Open
vmo_generator
.
- Select the audio recording.
- Generate the segmentation.
- Generate the Petri Net.
- Open the
json
file withi-score
.