Skip to content

Commit

Permalink
add docs link to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
benfoley committed Sep 1, 2021
1 parent 43510c4 commit 2ac052f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,17 @@
This project is under construction and not yet ready for everyday use. Please contact us by email at `elpis.asr@gmail.com` to be informed when a stable version is ready.

Elpis is a tool which allows language workers with minimal computational experience to build their own speech recognition models
to automatically transcribe audio. It relies on the [Kaldi](http://kaldi-asr.org) automatic speech recognition
(ASR) toolkit. Kaldi is notorious for being difficult to build, use and navigate - even for trained computer scientists.
The goal of Elpis is to expose the power of Kaldi to linguists and language workers by abstracting away much of the
needless technical complexity.
to automatically transcribe audio. Elpis provides a way to use multiple speech recognition systems for orthographic or phonemic transcription. The current systems included are Kaldi and ESPnet, with wav2vec2 support in progress.

<p align="center">
<img src="docs/img/elpis-pipeline.svg" width="100%" style="margin: 40px 40px 60px 40px;" />
</p>


## How can I use Elpis?

Documentation is [here](https://elpis.readthedocs.io/).


## I'm An Academic, How Do I Cite This In My Research?

Expand Down

0 comments on commit 2ac052f

Please sign in to comment.