Commit Graph

288 Commits

Author SHA1 Message Date
Reuben Morais
f397006436 Make Metadata.items more idiomatic in Python bindings 2019-04-24 21:35:10 -03:00
Alexandre Lissy
a9717e702a Fix python linter 2019-04-24 20:12:40 +02:00
Alexandre Lissy
c3c3a3fb81 Expose extended metadata information to bindings
Fixes #2006
2019-04-24 20:12:39 +02:00
dabinat
fa09736d9b Simplified string formatting 2019-04-17 13:46:05 -07:00
dabinat
8ad7e8e6d5 Changed CSV output to JSON 2019-04-16 15:25:01 -07:00
lissyx
718fd437ec
Merge pull request #2044 from dabinat/word-timings
Fix spaces being appended to word
2019-04-12 08:48:28 +02:00
dabinat
ec50fb9839 Fixed an issue where spaces may be appended to word 2019-04-11 12:52:10 -07:00
Reuben Morais
2645da0290
Merge pull request #2042 from mozilla/move-dotnet
Move .NET bindings to native_client folder
2019-04-11 18:30:43 +00:00
Josh Meyer
6fcad513e8
Native Client README split (#2002)
Re-factioning the `native_client` README. 

This PR removes redundancies between the master README and the `native_client` README, keeping only instructions for building in the `native_client` README. 

All installation instructions for built binaries / language bindings remain in the master README.
2019-04-11 20:27:59 +02:00
Reuben Morais
97941db3d8 Move .NET bindings to native_client folder 2019-04-11 13:09:45 -03:00
Alexandre Lissy
7bd1619120 Build for ElectronJS
Fixes #2032
2019-04-11 08:32:10 +02:00
Alexandre Lissy
5a6e32de5c Enable 'use strict' and remove 'node-pre-gyp install'
Fixes #2034
2019-04-10 22:03:51 +02:00
Michele Di Giorgio
aa27c61d01 Use std::map to fix compilation issue with clang
When building with clang the following compilation error is thrown:

symbol-table.h:199:3: error: no template named 'map'
    map<int64, int64> key_map_;
    ^

This patch solves that issue by explicitly specifying the std namespace.
2019-04-09 11:37:59 +01:00
Reuben Morais
1c52008572
Fix typo in warning name 2019-04-08 22:29:30 +00:00
Reuben Morais
0b4b806cbf
Merge pull request #2011 from mozilla/free-strings
Provide an API function to free strings returned by API (Fixes #1979)
2019-04-08 19:25:34 -03:00
Reuben Morais
5054731751 Use DS_FreeStrings in JNI bindings 2019-04-08 09:38:47 -03:00
Alexandre Lissy
6dbf65cce8 Produce Windows Python bindings
Fixes #1937
2019-04-08 14:38:43 +02:00
Reuben Morais
4b9f3fbe7d Provide an API function to free strings returned by API 2019-04-05 21:37:34 -03:00
Reuben Morais
a72b69020d Add probability to Metadata struct and fix memory management of metadata 2019-04-05 21:37:24 -03:00
Reuben Morais
7f6fd8b48b Embed more metadata in exported model and read it in native client 2019-04-05 09:35:23 -03:00
Reuben Morais
232df740db Fix TFLite bug in feature computation graph and clean up deepspeech.cc a bit 2019-04-03 10:19:22 -03:00
Reuben Morais
a7cda8e761 Add version info to exported graphs 2019-04-02 21:06:03 -03:00
Reuben Morais
4e9e78fefe Infer number of MFCC features from input shape 2019-04-02 18:31:32 -03:00
Reuben Morais
12fe93bfe4 Remove c_speech_features and kiss_fft130 code 2019-04-02 18:31:32 -03:00
Reuben Morais
51f80744c6 Remove DS_AudioToInputVector and dep on c_speech_features 2019-04-02 18:31:32 -03:00
Reuben Morais
1cea2b0fe8 Rewrite input pipeline to use tf.data API 2019-04-02 18:31:32 -03:00
Reuben Morais
bd7358d94e Clarify meaning of build target
X-DeepSpeech: NOBUILD
2019-04-02 16:19:21 -03:00
dabinat
7cda855cb6 Client - Whitespace fix 2019-03-30 10:23:00 -07:00
dabinat
594f74efe9 API - Null pointer check 2019-03-30 10:22:43 -07:00
dabinat
26af3b292d API - Minor cleanup 2019-03-22 10:08:13 -07:00
dabinat
0364bfa518 API - Switched to std::unique_ptr 2019-03-22 10:07:44 -07:00
dabinat
2f255307e3 Client - Added support for detecting UTF-8 spaces 2019-03-22 10:07:06 -07:00
dabinat
c56ec7ac7d Allocate memory C++-style in API 2019-03-22 02:20:00 -07:00
dabinat
c90828921e Removed unnecessary variables in API 2019-03-22 01:37:00 -07:00
dabinat
d79989c916 Client whitespace tweaks 2019-03-22 01:36:03 -07:00
dabinat
a0304eec1a Output word-level metadata from the client with the -e tag 2019-03-21 18:07:24 -07:00
dabinat
192e17f2d5 Expose letter timings on the API 2019-03-21 18:07:24 -07:00
dabinat
1fcf8a4cc3 Fixed whitespace 2019-03-21 18:03:47 -07:00
dabinat
6f667713bf Client whitespace fixes 2019-03-21 16:36:46 -07:00
dabinat
a3b81d054e Output word-level metadata from the client with the -e tag 2019-03-21 15:53:04 -07:00
dabinat
79830fe512 Expose letter timings on the API 2019-03-21 15:50:02 -07:00
Alexandre Lissy
d421daa2ca Add NodeJS Windows tests 2019-03-20 17:51:15 +01:00
Alexandre Lissy
2a73a76ac3 Add NodeJS build for Windows 2019-03-20 11:58:56 +01:00
Reuben Morais
eadc9ecb9e
Merge pull request #1957 from mozilla/update-1.13
Update to TensorFlow v1.13
2019-03-19 23:06:03 +00:00
Josh Meyer
7d2bd422dd
Merge pull request #1908 from mozilla/nc-readme
Cleaning up the native_client README
2019-03-20 03:26:34 +06:00
Josh Meyer
14016b8188
reuben's comments 2019-03-19 22:25:50 +01:00
Reuben Morais
91fa181b74 Update to TensorFlow 1.13 2019-03-19 08:01:47 -03:00
Alexandre Lissy
75149f33df Building on Windows
Fixes #1793
Fixes #1794
2019-03-12 22:21:01 +01:00
Josh Meyer
dd8993f417
two main sections
(1) installing our binaries
(2) building and installing your own binaries
2019-02-28 01:06:56 +01:00
Josh Meyer
45bbac61df
reformatting --- and question for Reuben
@reuben --- this README seems to double itself... do we really need separate "Building" and Installation sections?

I can't tell because I don't understand well enough, but this README is still super confusing to me.
2019-02-28 00:37:35 +01:00