JRMeyer
2342ba7956
rebased docs on master
2020-04-16 18:29:53 -07:00
madprogramer
e6779e8f84
Added: native_client can be found in the releases
...
I wanted to install the binary without cloning the entire repository (and thereby the required `util/taskcluster.py`) and was only able to find it pretty much by chance. I feel that adding this into the README could save people from a few headaches.
2020-04-16 15:45:56 +03:00
chrillemanden
737c92f962
Fix documentation typos in section Augmentation
2020-04-12 15:59:32 +02:00
Alexandre Lissy
c28d7dd9c4
Fix useless parsing of doc/node_modules/
2020-04-08 12:21:02 +02:00
Alexandre Lissy
2d398b64d8
Fix DeepSpeechStream reference
2020-04-08 12:20:46 +02:00
Alexandre Lissy
2b51316d68
Add .Net API usage example
2020-04-08 11:57:38 +02:00
Alexandre Lissy
75a0205b37
Name section more explicit
2020-04-07 19:49:05 +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
Alexandre Lissy
88ac227ebe
Fix decoder doc not generated
2020-04-06 22:12:00 +02:00
Alexandre Lissy
5723dba180
Update doc for TypeScript support
2020-04-06 22:12:00 +02:00
Alexandre Lissy
0a11a8293e
Mention validate_label_locale in training doc
...
Fixes #2865
2020-04-01 14:54:20 +02:00
Reuben Morais
af7e2c294d
Pin versions of pip, setuptools, wheel in training readme
...
X-DeepSpeech: NOBUILD
2020-04-01 10:29:22 +02:00
Reuben Morais
c428acf478
Automatically install ds_ctcdecoder in setup.py
2020-03-31 18:47:45 +02:00
Reuben Morais
83d22e591b
Merge pull request #2856 from reuben/training-install
...
Package training code to avoid sys.path hacks
2020-03-31 15:42:42 +02:00
Reuben Morais
080dc7df3c
Add a little more documentation around the decoder and UTF-8 mode ( #2850 )
...
* Add decoder and UTF-8 docs
* Address review comments
2020-03-27 11:26:19 +01:00
Reuben Morais
a05baa35c9
Package training code to avoid sys.path hacks
2020-03-25 21:34:50 +01:00
Reuben Morais
2ec34d5a06
Address review comments
2020-03-17 14:48:31 +01:00
Reuben Morais
e9ae38bf47
Update docs
2020-03-17 14:48:31 +01:00
dabinat
81dd30847c
Doc: change cuDNN dependency to 7.6
2020-02-26 11:33:59 -08:00
Reuben Morais
1c69d93b4e
Update training docs to mention new CuDNN flags and checkpoint dir flags
...
X-DeepSpeech: NOBUILD
2020-02-17 17:40:44 +01:00
Reuben Morais
27e2e44400
Remove references to generate_trie from docs
...
X-DeepSpeech: NOBUILD
2020-02-16 11:36:27 +01:00
Reuben Morais
40f1827a24
Merge pull request #2746 from reuben/example-linenos
...
Update example line numbers
2020-02-13 17:37:47 +01:00
Reuben Morais
7001a17418
Expose version in a consumable way
2020-02-13 17:34:58 +01:00
Reuben Morais
09224cea46
Update example line numbers
2020-02-12 15:02:52 +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
00d11e2fec
Ensure documentation mentions python3-dev
...
Fixes #2712
2020-02-04 18:18:41 +01:00
Alexandre Lissy
d9072c2a87
Ensure properly link to TensorFlow r1.15
2020-01-22 10:50:55 +01:00
Reuben Morais
94882fb1c9
Mention use of CuDNN RNN in release checkpoints
...
X-DeepSpeech: NOBUILD
2020-01-18 18:07:55 +00:00
Carlos Fonseca M
923729d920
Multi-stream support .NET
...
Adds multi-stream support for the .NET client using the same acoustic model.
2020-01-18 12:35:29 +01:00
Reuben Morais
fc63ce0c04
Bump version to v0.6.1
2020-01-10 15:02:47 +01:00
Alexandre Lissy
4c7d5fb0e1
Publish README/USING/TRAINING to readthedocs
...
Fixes #2581
2020-01-08 16:56:13 +01:00
Reuben Morais
808b154ef9
Use submodule for building contrib examples into docs
2019-12-10 16:25:01 +01:00
Reuben Morais
03a822b670
Revert "Multi-stream support .NET"
2019-12-10 14:04:39 +01:00
Reuben Morais
a9fff3f866
Merge pull request #2548 from carlfm01/net-streams
...
Multi-stream support .NET
2019-12-06 19:48:10 +00:00
kdavis-mozilla
3d7dc179e9
Addressed review comments
2019-12-02 14:11:31 +01:00
kdavis-mozilla
f75b9cc926
Updating Geometry
2019-12-02 11:04:27 +01:00
kdavis-mozilla
7d96540d66
Updating Introduction
2019-12-02 08:13:38 +01:00
Carlos Fonseca M
d024c333bc
Multi-stream support .NET
...
Adds multi-stream support for the .NET client using the same acoustic model.
2019-11-29 08:09:17 -06:00
Alexandre Lissy
0ad6c10e8c
Update Python example line numbers
2019-11-14 11:13:42 +01:00
Alexandre Lissy
b1d1ef6450
Update JavaScript example line numbers
2019-11-14 10:55:06 +01:00
Alexandre Lissy
849ed712e1
Update Java example line numbers
2019-11-14 10:53:25 +01:00
Alexandre Lissy
20c4ced80b
Update C example line numbers
2019-11-14 09:53:07 +01:00
Alexandre Lissy
60cec3722f
Add .Net Framework API doc
...
Fixes #2457
2019-10-23 14:11:45 +02:00
Alexandre Lissy
b536f5761f
Add missing doc for new API
...
X-DeepSpeech: NOBUILD
2019-10-12 17:04:12 +02:00
Alexandre Lissy
d1936c60b3
Refer to examples from doc
...
Fixes #2338
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
Alexandre Lissy
33281c4aac
Add TaskCluster documentation generation
2019-09-24 10:55:26 +02:00
b-ak
851fb4ea90
Adding streaming API Support to the GUI Tool
...
Changes:
1. Added streaming API support to the GUI tool
2. Minor modifciations to how models are loaded upon repeated transcriptions
3. Updated to Deepspeech v0.3.0
4. Image in the documentation changed
Changes v2:
1. Added streaming support to cmd interface also
2018-11-17 00:00:16 +05:30