Merge pull request #464 from hslatman/patch-2

Add wav2letter
This commit is contained in:
Joseph Misiti 2018-01-08 16:12:47 -05:00 committed by GitHub
commit 81e0ada575
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/)