Commit Graph

81 Commits

Author SHA1 Message Date
Ptitloup
a920e95a44 Update client.py
remove space in key start_time of word dict
2020-08-20 10:07:44 +02:00
Alexandre Lissy
bc086ec998 Build DeepSpeech using TensorFlow r2.2 2020-06-22 10:48:12 +02:00
Reuben Morais
06408b8ddd Flip direction of VERSION and GRAPH_VERSION links 2020-06-08 11:22:24 +02:00
Łukasz Wałejko
d8c3b71033 fix beam width setting in python client 2020-05-05 14:54:36 +02:00
Reuben Morais
48971413e5 Improve EnableExternalScorer error handling in Python and JS bindings 2020-05-03 15:39:31 +02:00
Reuben Morais
e0283f529a Add --candidate_transcripts flag to Python client 2020-04-30 10:09:09 +02:00
Reuben Morais
a584c8e6b6 Docs centered on ReadTheDocs instead of GitHub 2020-04-27 20:31:11 +02:00
Alexandre Lissy
d8d5e6f358 Fix #2885: Improve ds-swig integration 2020-04-08 18:48:12 +02:00
Alexandre Lissy
5e3c5e9131 Fix #2888: Use start-after / end-before for API example line references 2020-04-07 14:01:09 +02:00
lissyx
e1206f47d3
Merge pull request #2833 from alexcannan/master
Fixed sample rate logic in Python client
2020-03-30 23:45:59 +02:00
Alexandre Lissy
1598be8124 Add CTC decoder build on TaskCluster 2020-03-25 09:35:12 +01:00
Shubham Kumar
5d50d21da0
Exposing ErrorCode API in Tree bindings (#2806)
* Added API to Python bindings

* Added API to JavaScript bindings

* Added API to Java bindings

* Added API to .NET binding
2020-03-21 15:40:39 +01:00
Alex Cannan
4fd39175b3 Fixed sample rate logic in Python client 2020-03-19 14:37:59 -04:00
Reuben Morais
1547498e82 Const members in structs 2020-03-18 19:32:57 +01:00
Reuben Morais
e9ae38bf47 Update docs 2020-03-17 14:48:31 +01:00
Reuben Morais
6e88a37ad4 Adapt Python bindings to new API 2020-03-17 14:47:58 +01:00
Reuben Morais
f47c7f8421 Report error code as hexadecimal numbers for easier lookup 2020-02-19 14:11:01 +01:00
Reuben Morais
ac26a785df Add a better __repr__ for Metadata objects in Python bindings 2020-02-18 12:19:10 +01:00
Reuben Morais
7001a17418 Expose version in a consumable way 2020-02-13 17:34:58 +01:00
Reuben Morais
3637f88c06 Fix CI errors, address comments, update examples 2020-02-12 10:13:02 +01:00
Reuben Morais
c512383aec Fix consumers of DS_CreateModel 2020-02-12 10:13:02 +01:00
Reuben Morais
8dedda7759 Address review comments 2020-02-11 19:44:36 +01:00
Reuben Morais
1d3b3a31a1 Address review comments and update docs 2020-02-11 19:44:36 +01:00
Reuben Morais
1e2eb96248 Update all API consumers 2020-02-11 19:44:36 +01:00
Alexandre Lissy
66fe634cfe Fix word detection for time computation
Fixes #2623
2020-01-14 16:33:51 +01:00
Reuben Morais
c8a57b192c Use simple README pointing to GitHub for JS/Python packages 2019-12-06 17:33:00 +01:00
Reuben Morais
13fdfee844 Remove outdated mention of DS_IntermediateDecode being expensive to call
X-DeepSpeech: NOBUILD
2019-12-05 15:44:06 +01:00
aayagar001
2057305df7
Fixed store_true in --json 2019-11-24 20:31:24 +05:30
aayagar001
c07e0a9208
Fixed PEP8 standard 2019-11-13 11:45:52 +05:30
aayagar001
7530543286
Added --json timestamp support in python client 2019-11-13 11:30:14 +05:30
aayagar001
5b74d9b1ce
client.py for supporting --json argument for timestamp info
Added function to convert metadata info into timestamp based json.
2019-11-13 11:10:52 +05:30
Reuben Morais
3fdc7d422d Remove alphabet param usage 2019-11-05 09:02:42 +01:00
Alexandre Lissy
f80dbcda75 Build Python 3.8 wheels
Fixes #2461
2019-10-25 12:28:27 +02:00
Alexandre Lissy
ef5ae5c0b4 Expose beam width, lm_alpha and lm_beta in CLI args 2019-10-14 15:07:59 +02:00
Reuben Morais
fcbebbe71a
Merge pull request #2425 from mozilla/expose-sample-rate-value
Expose sample rate value in API and use it in in-tree consumers
2019-10-11 09:39:31 +02:00
Alexandre Lissy
32e9b8cd3e Fix broken references to README.md
Fixes #2423

X-DeepSpeech: NOBUILD
2019-10-10 22:04:31 +02:00
Reuben Morais
afea2b4231 Expose and use model sample rate in Python 2019-10-10 21:50:15 +02:00
Reuben Morais
2b68c56025 Sync all the docs with sample rate changes
X-DeepSpeech: NOBUILD
2019-10-10 17:15:58 +02:00
Reuben Morais
97bab38a7e Remove sample rate parameter usage from Python binding 2019-10-10 15:44:11 +02:00
Alexandre Lissy
9ce8c24165 Move from Markdown to reStructuredText 2019-10-04 12:07:32 +02:00
Alexandre Lissy
2b7ab99478 Fix pylint 2019-09-24 18:22:45 +02:00
Alexandre Lissy
bf7cc1df54 Sphinx doc 2019-09-24 18:22:45 +02:00
Reuben Morais
b95ebea9ba Fix linter error 2019-09-09 13:47:26 +02:00
Reuben Morais
249fdadc32 Update Python bindings and client 2019-09-09 12:03:14 +02:00
lissyx
50e2a99316
Merge pull request #2308 from lissyx/remove-prealloc
Remove ununsed prealloc frames
2019-08-21 14:53:47 +02:00
Alexandre Lissy
81b3b159c4 Remove ununsed prealloc frames
Fixes #2298
2019-08-20 18:38:46 +02:00
Alexandre Lissy
e06fce51ac Move Raspbian support to Buster
Fixes #2272
2019-08-20 16:37:26 +02:00
Richard Hamnett
a5c61ea588 Abstract sample rate / update beam width (#2199)
* Abstract sample rate
2019-07-04 14:58:45 +00:00
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