Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bpotard committed Apr 5, 2018
1 parent 8b47a24 commit f51b089
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions ASR/src/README.md
@@ -1,10 +1,10 @@
# ARIA ASR

## Build
You can install and run the provided ASR executables on a physical Linux machine, on a Virtual Machine (VM) or on a Linux Subsystem under windows. If building from sources, any Unix or Unix-like platform should be supported; nevertheless we recommend that you use a high-spec physical machine with a GPU running Linux in order to speed up the ARIA-ASR processing.

You can install the ASR on a physical Linux machine, on a Virtual Machine (VM) or on a Linux Subsystem under windows. Nonetheless, we recommend that you use a high-spec physical machine with a GPU running Linux in order to speed up the ARIA-ASR processing.
## Build

To build the ARIA-ASR server simply copy the ASR/src folder and run the command `./build.sh` inside the folder. This will download and patch the latest version of kaldi. Note that all dependencies for kaldi need to be installed already. If you are planning to use the ARIA ASR models, make sure you have GPU support activated on your machine.
To build the ARIA-ASR server simply copy the ASR/src folder and run the command `./build.sh` inside the folder. This will download and patch the latest version of kaldi. Note that all dependencies for kaldi need to be installed first. If you are planning to use the ARIA ASR models, make sure you have GPU support activated on the machine.

## Install

Expand All @@ -15,3 +15,9 @@ cp src/kaldi/src/online2bin/online2-audio-nnet2-latgen-faster bin/online2-audio-
if you have compiled kaldi with gpu support.

Then follow the instructions in the main ASR folder to install the models / run.

## Technical details

The tcp core of the server is adapted from the *online* subdirectory of kaldi; the executables should support acoustic models generated from either an nnet2 or an nnet3 online recipe. For nnet2 models, use `online2-audio-nnet2-latgen-faster`; for nnet3 models, use `online2-audio-nnet3-latgen-faster`. The ARIA-ASR server is provided under the same Apache license as the core of kaldi.


0 comments on commit f51b089

Please sign in to comment.