olavgg / wav2letter

Facebook AI Research Automatic Speech Recognition Toolkit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wav2letter++

wav2letter++ is a fast open source speech processing toolkit from Facebook AI Research. It is written entirely in C++ and uses the ArrayFire tensor library and the flashlight machine learning library for maximum efficiency. Our approach is detailed in this arXiv paper.

Building wav2letter++

See Building Instructions for details.

Full documentation

We also provide complete recipes for WSJ, Timit and Librispeech and they be found in recipes folder.

Citation

If you use the code in your paper, then please cite it as:

@article{pratap2018w2l,
  author          = {Vineel Pratap, Awni Hannun, Qiantong Xu, Jeff Cai, Jacob Kahn, Gabriel Synnaeve, Vitaliy Liptchinsky, Ronan Collobert},
  title           = {wav2letter++: The Fastest Open-source Speech Recognition System},
  journal         = {CoRR},
  volume          = {abs/1812.07625},
  year            = {2018},
  url             = {https://arxiv.org/abs/1812.07625},
}

Join the wav2letter community

See the CONTRIBUTING file for how to help out.

License

wav2letter++ is BSD-licensed, as found in the LICENSE file.

About

Facebook AI Research Automatic Speech Recognition Toolkit

License:Other


Languages

Language:C++ 82.5%Language:CMake 8.5%Language:Python 6.8%Language:Shell 1.6%Language:C 0.4%Language:Lua 0.2%