Add wav2letter

This commit is contained in:
Herman Slatman 2018-01-01 22:01:19 +01:00 committed by GitHub
parent 6279978f49
commit 70706a27d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -614,6 +614,7 @@ Further resources:
* [sfm](https://github.com/marcoscoffier/lua---sfm) - A bundle adjustment/structure from motion package.
* [fex](https://github.com/koraykv/fex) - A package for feature extraction in Torch. Provides SIFT and dSIFT modules.
* [OverFeat](https://github.com/sermanet/OverFeat) - A state-of-the-art generic dense feature extractor.
* [wav2letter](https://github.com/facebookresearch/wav2letter) - a simple and efficient end-to-end Automatic Speech Recognition (ASR) system from Facebook AI Research.
* [Numeric Lua](http://numlua.luaforge.net/)
* [Lunatic Python](http://labix.org/lunatic-python)
* [SciLua](http://scilua.org/)