Commit Graph

236 Commits

Author SHA1 Message Date
Alexandre Lissy
ff88ab2a62 Remove useless appcompat-v7 on libdeepspeech Java 2019-02-26 10:12:52 +01:00
Reuben Morais
5bf6e63f1b Record character timing offset at peak probability of character
Uplifted from 173dddbe32
2019-02-17 22:41:18 -03:00
Alexandre Lissy
f7a82c9608 Add --define=runtime=tflite config_setting
Fixes #1879
2019-02-14 19:48:49 +01:00
Alexandre Lissy
0b7d558eb6 Produce Maven Bundle
Fixes #1841
2019-01-24 14:46:21 +01:00
Alexandre Lissy
5d842c284b Extract TensorFlow version ourselves 2019-01-23 12:51:05 +01:00
Alexandre Lissy
6323a1428f Proper DeepSpeech error codes
Fixes #1782
2019-01-22 19:05:43 +01:00
Alexandre Lissy
0493b9aae5 Fix incorrect previous_state_h identification
Fixes #1843
2019-01-22 16:07:17 +01:00
Alexandre Lissy
9b845533c9 Proper TFLite error checking
Fixes #1842
2019-01-22 15:53:36 +01:00
Alexandre Lissy
b396d3a7d4 Move to libdeepspeech
Fixes #1784
Fixes #1786
2019-01-22 13:43:30 +01:00
Alexandre Lissy
8226dbc6ca Pull tensors from TFLite model by name
Fixes #1835
2019-01-16 23:28:34 +01:00
Reuben Morais
30cf4a3a54
Merge pull request #1834 from mozilla/issue1828
Update decoder parameter names in native client (Fixes #1828)
2019-01-15 14:02:44 +00:00
Alexandre Lissy
08c9c9ab79 Add basic Android native_client testing
Fixes #1785
2019-01-15 13:23:49 +01:00
Reuben Morais
366a82d7e7 Update decoder parameter names in native client 2019-01-15 09:32:31 -02:00
lissyx
f007e341b6
Merge pull request #1813 from darth-willy/patch-1
Update README.md
2019-01-13 01:52:56 +01:00
Alexandre Lissy
3e8c4afb03 Fix realpath to allow DeepSpeech version extraction
Fixes #1826
2019-01-09 16:49:45 +01:00
Reuben Morais
48ad71142b
Merge pull request #1816 from mozilla/update-to-0.4
Bump version to 0.4.0
2019-01-07 15:05:45 +00:00
Reuben Morais
9e8c208be2 Don't save/load trie for character based LMs 2019-01-07 08:49:37 -02:00
Reuben Morais
ff2db35aea Bump version to 0.4.0 2019-01-03 12:21:16 -02:00
William Van Woensel
371bdcc24e
Update README.md 2019-01-01 18:18:02 -04:00
Reuben Morais
fa7cb1a983 Update decoder hyperparameters 2018-12-28 16:12:09 -02:00
Carlos Fonseca Murillo
fe2963158d
Merge branch 'master' into master 2018-12-15 17:45:59 +00:00
Carlos Fonseca M
17517cb453 Add math defines Windows 2018-12-15 11:43:17 -06:00
Carlos Fonseca M
714673ed30 Export client definitions .NET 2018-12-14 18:57:44 -06:00
Carlos Fonseca M
89cc31f9ce Add OpenFST selects Windows 2018-12-14 14:49:39 -06:00
Carlos Fonseca M
1dc6cc490c Add file access defines Windows 2018-12-14 14:43:59 -06:00
Carlos Fonseca M
e7efb8c7a5 Add cmath for Windows 2018-12-14 14:42:29 -06:00
Carlos Fonseca M
bca54d3f03 Add OpenFST 1.6.9 Windows + README.mozilla 2018-12-14 14:33:27 -06:00
Alexandre Lissy
c10cdf08ca Add JNI + Android example app 2018-12-13 13:24:02 +01:00
Alexandre Lissy
456da33f95 Building native_client on Android
$ ndk-build APP_PLATFORM=android-21 APP_BUILD_SCRIPT=$(pwd)/Android.mk NDK_PROJECT_PATH=$(pwd) APP_STL=c++_shared TFDIR=... TARGET_ARCH_ABI=arm64-v8a
2018-12-13 13:24:02 +01:00
Alexandre Lissy
49ccf7f33b Enable TFLite on Android 2018-12-13 13:24:02 +01:00
Alexandre Lissy
69aa316c88 Add TFLite engine 2018-12-13 13:24:02 +01:00
Reuben Morais
1df9602c95 Use longer MFCC step instead of throwing away features. 2018-12-10 11:08:48 -02:00
Alexandre Lissy
4867d6baa4 Remove NodeJS v11 hack 2018-11-16 14:45:41 +01:00
Reuben Morais
cfed8ccd4f Cache common objects in decoder build 2018-11-12 14:17:30 -02:00
Reuben Morais
a5bcecbe40 Address more review comments 2018-11-11 15:24:31 -02:00
Reuben Morais
38b54479a9 Add documentation and remove unneeded build of decoder packages 2018-11-09 18:36:21 -02:00
Reuben Morais
4d05c9af46 Address review comments 2018-11-09 08:49:08 -02:00
Reuben Morais
53e3e1212b Remove old CTC decoder code 2018-11-08 18:35:42 -02:00
Reuben Morais
3255f23426 ctcdecode binding fixes 2018-11-08 18:14:32 -02:00
Reuben Morais
a7144e1d38 Address review comments 2018-11-07 23:16:13 -02:00
Reuben Morais
f5e7dfc4b7 Add Python/NumPy bindings to ctcdecode 2018-11-03 07:48:02 -03:00
Reuben Morais
440893c58d Simplify ctcdecode API signatures to avoid nested STL structures
Flatten structure to avoid nested STL structures which are awkward to
wrap with SWIG and slower at runtime.
2018-11-03 07:48:02 -03:00
Alexandre Lissy
26f7bc30f0 Move to TensorFlow r1.12 2018-10-31 22:43:45 +01:00
Reuben Morais
c3860f63a3
Merge pull request #1679 from mozilla/ctcdecode
Use ctcdecode in native client (Fixes #1668)
2018-10-30 10:49:29 -03:00
Reuben Morais
23497fde41 Use unique_ptr for Scorer members 2018-10-30 09:21:30 -03:00
Alexandre Lissy
5536e5440e Introduce NodeJS v11.x 2018-10-30 12:39:16 +01:00
Reuben Morais
68258e356c Address review comments 2018-10-29 23:57:14 -03:00
Reuben Morais
fa6434b27d Revert "Make trie parameter optional, building it on demand if not passed"
This reverts commit b29d0abb1e.
2018-10-29 20:51:08 -03:00
Alexandre Lissy
6296b5cb54 Update Python and NodeJS to their latest versions 2018-10-26 18:23:31 +02:00
Reuben Morais
db3a36c36b Remove leftover hack making Scorer members public 2018-10-25 22:29:23 -03:00