Ptitloup
a920e95a44
Update client.py
...
remove space in key start_time of word dict
2020-08-20 10:07:44 +02:00
Łukasz Wałejko
d8c3b71033
fix beam width setting in python client
2020-05-05 14:54:36 +02:00
Reuben Morais
e0283f529a
Add --candidate_transcripts flag to Python client
2020-04-30 10:09:09 +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
Alex Cannan
4fd39175b3
Fixed sample rate logic in Python client
2020-03-19 14:37:59 -04:00
Reuben Morais
6e88a37ad4
Adapt Python bindings to new API
2020-03-17 14:47:58 +01:00
Reuben Morais
7001a17418
Expose version in a consumable way
2020-02-13 17:34:58 +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
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
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
ef5ae5c0b4
Expose beam width, lm_alpha and lm_beta in CLI args
2019-10-14 15:07:59 +02:00
Reuben Morais
afea2b4231
Expose and use model sample rate in Python
2019-10-10 21:50:15 +02:00
Reuben Morais
97bab38a7e
Remove sample rate parameter usage from Python binding
2019-10-10 15:44:11 +02:00
Reuben Morais
249fdadc32
Update Python bindings and client
2019-09-09 12:03:14 +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
Alexandre Lissy
c3c3a3fb81
Expose extended metadata information to bindings
...
Fixes #2006
2019-04-24 20:12:39 +02:00
Reuben Morais
fa7cb1a983
Update decoder hyperparameters
2018-12-28 16:12:09 -02:00
kdavis-mozilla
c38dc099d3
Fixed #1638 (Update Hyperparameters for 0.3.0)
2018-10-12 17:26:32 +02:00
Alexandre Lissy
1362b50bfb
Enforce same sox options as libsox for C++ client
...
Fixes #1594
2018-09-26 17:36:06 +02:00
kdavis-mozilla
47d3dec4fe
Fixed #1549 , updated client hyperparams
2018-09-18 09:56:43 +02:00
Reuben Morais
ac818882e0
Handle optional arguments and version flag correctly in Python and JS clients
2018-08-10 23:05:14 -03:00
Reuben Morais
385bc7a65f
Remove word count bonus in favor of length normalization
2018-08-02 13:22:24 -03:00
Reuben Morais
ae9c62cae9
Convert native API to C instead of C++
2018-08-02 13:22:24 -03:00
Reuben Morais
400c9c0e5d
Streaming inference
2018-08-02 13:22:24 -03:00
Alexandre Lissy
d4a3ec1f81
Add --version flag
...
Fixes #1452
2018-07-10 11:19:32 +02:00
Alexandre Lissy
eca036dc90
Proper argparse description
...
Fixes #1452
2018-07-10 10:23:17 +02:00
Alexandre Lissy
646c9178cf
Non positionnal arguments. Everywhere.
...
Fixes #1443
2018-07-04 17:12:52 +02:00
Reuben Morais
fb6d341906
Remove SciPy dependency from Python module
2018-07-03 22:36:28 -03:00
Scott Stevenson
ccd8f560ca
Remove keyword argument that has default value
...
When no `type` keyword argument is passed to the `add_argument` method
of an `argparse.ArgumentParser`, the type will be `str` by default and
therefore this does not need to be specified.
2018-05-29 18:28:59 +01:00
Divyansh Jha
d378ac7ffa
reorder arguments in client.cc, client.py and client.js also update call sites in tc-test-utils.sh
2018-02-14 09:29:35 +05:30
Alexandre Lissy
72298b8f6d
Add different samplerate samples
...
Fixes #1022
2018-02-08 20:48:53 +01:00
Guilherme Nardari
1abcedfc99
Transcode input audio to 16 kHz when necessary
2018-02-05 10:46:18 -02:00
Piyush Kumar
45a9056ddc
adding assert for wav freq check
2018-01-04 11:21:48 -05:00
Alexandre Lissy
5f0fdc485a
Add runtime execution time feedback
...
Fixes #1010
2017-11-23 14:23:26 +01:00
Reuben Morais
937c304682
Bundle the Python client as an entry point script
2017-11-17 18:26:32 +01:00