DeepSpeech is an open source embedded (offline, on-device) speech-to-text engine which can run in real time on devices ranging from a Raspberry Pi 4 to high power GPU servers.
Перейти к файлу
Alexandre Lissy fdd663829a Fix #3355: Add valgrind runs 2020-10-01 15:31:21 +02:00
.circleci Revert "Merge pull request #3239 from lissyx/rename-circleci" 2020-08-26 11:46:08 +02:00
.github Add lock bot config 2018-12-28 19:37:01 -02:00
bin Added `os` import in front of `makedirs` 2020-09-16 14:20:59 -04:00
data Fix #3299: Build KenLM on CI 2020-09-25 13:25:38 +02:00
doc Merge pull request #3338 from lissyx/tf-1.15.4 2020-09-25 16:00:36 +02:00
examples Revert "Merge branch 'rename-real'" 2020-08-26 11:46:09 +02:00
images Updating Geometry 2019-12-02 11:04:27 +01:00
kenlm@689a25aae9 Fix #3299: Build KenLM on CI 2020-09-25 13:25:38 +02:00
native_client Fix #3355: Add valgrind runs 2020-10-01 15:31:21 +02:00
taskcluster Fix #3355: Add valgrind runs 2020-10-01 15:31:21 +02:00
tensorflow@23ad988fcd Updating commit of submodule 2020-08-25 13:21:12 +02:00
tests Revert "Merge pull request #3237 from lissyx/rename-training-package" 2020-08-26 11:46:08 +02:00
training/deepspeech_training Bump VERSION to 0.9.0-alpha.10 2020-09-25 11:05:12 +02:00
util Revert "Merge pull request #3237 from lissyx/rename-training-package" 2020-08-26 11:46:08 +02:00
.cardboardlint.yml Update cardboardlint configuration 2019-10-04 13:56:41 +02:00
.compute Fix .compute for packaged training code 2020-04-01 16:24:36 +02:00
.gitattributes Address review comments and update docs 2020-02-11 19:44:36 +01:00
.gitignore Reload weights after plateau. 2020-08-19 18:45:09 +02:00
.gitmodules Fix #3299: Build KenLM on CI 2020-09-25 13:25:38 +02:00
.isort.cfg Sort importer imports with isort 2020-03-31 13:43:00 +02:00
.pylintrc Fix linter errors 2020-02-11 19:44:36 +01:00
.readthedocs.yml Re-enable readthedocs.io 2019-09-24 10:55:26 +02:00
.taskcluster.yml Revert "Merge pull request #3238 from lissyx/rename-index" 2020-08-26 11:46:06 +02:00
.travis.yml add tests to TC and update travis 2020-05-29 20:28:52 +05:30
BIBLIOGRAPHY.md Revert "Merge branch 'rename-real'" 2020-08-26 11:46:09 +02:00
CODE_OF_CONDUCT.md Add Mozilla Code of Conduct file 2019-03-29 14:58:39 -07:00
CONTRIBUTING.rst bold instead of ticks 2020-09-02 10:54:13 -04:00
DeepSpeech.py Revert "Merge pull request #3237 from lissyx/rename-training-package" 2020-08-26 11:46:08 +02:00
Dockerfile.build.tmpl Fix #3321: Update NCCL dep to 2.7 following NVIDIA update 2020-09-15 13:40:17 +02:00
Dockerfile.train.tmpl Use correct 1.15.4 docker image 2020-09-28 12:43:12 +02:00
GRAPH_VERSION Revert "Merge pull request #3237 from lissyx/rename-training-package" 2020-08-26 11:46:08 +02:00
ISSUE_TEMPLATE.md Revert "Merge pull request #3243 from lissyx/rename-stt-master" 2020-08-26 11:45:06 +02:00
LICENSE Added LICENSE 2016-09-20 19:12:29 +02:00
Makefile Revert "Merge pull request #3239 from lissyx/rename-circleci" 2020-08-26 11:46:08 +02:00
README.rst Revert "Merge branch 'rename-real'" 2020-08-26 11:46:09 +02:00
RELEASE.rst Move from Markdown to reStructuredText 2019-10-04 12:07:32 +02:00
SUPPORT.rst Revert "Merge pull request #3243 from lissyx/rename-stt-master" 2020-08-26 11:45:06 +02:00
VERSION Revert "Merge pull request #3237 from lissyx/rename-training-package" 2020-08-26 11:46:08 +02:00
bazel.patch Proper re-use of Bazel cache 2018-01-31 18:50:36 +01:00
build-python-wheel.yml-DISABLED_ENABLE_ME_TO_REBUILD_DURING_PR Move to ARMbian Buster 2019-08-21 22:58:10 +02:00
ds_generic.supp Fix #3355: Add valgrind runs 2020-10-01 15:31:21 +02:00
ds_lib.supp Fix #3355: Add valgrind runs 2020-10-01 15:31:21 +02:00
ds_openfst.supp Fix #3355: Add valgrind runs 2020-10-01 15:31:21 +02:00
ds_sox.supp Fix #3355: Add valgrind runs 2020-10-01 15:31:21 +02:00
evaluate.py Revert "Merge pull request #3237 from lissyx/rename-training-package" 2020-08-26 11:46:08 +02:00
evaluate_tflite.py Revert "Merge branch 'rename-real'" 2020-08-26 11:46:09 +02:00
lm_optimizer.py Revert "Merge pull request #3237 from lissyx/rename-training-package" 2020-08-26 11:46:08 +02:00
parse_valgrind_suppressions.sh Fix #3355: Add valgrind runs 2020-10-01 15:31:21 +02:00
requirements_eval_tflite.txt Revert "Merge branch 'rename-real'" 2020-08-26 11:46:09 +02:00
requirements_tests.txt Converting importers from multiprocessing.dummy to multiprocessing 2020-03-18 11:04:36 +01:00
requirements_transcribe.txt remove bad reference to requirements.txt 2020-05-11 18:27:49 -07:00
setup.py Fix #3088: Use TensorFlow 1.15.4 with CUDNN fix 2020-09-25 14:11:06 +02:00
stats.py Revert "Merge pull request #3237 from lissyx/rename-training-package" 2020-08-26 11:46:08 +02:00
tensorflow_full_runtime.supp Fix #3355: Add valgrind runs 2020-10-01 15:31:21 +02:00
tensorflow_tflite_runtime.supp Fix #3355: Add valgrind runs 2020-10-01 15:31:21 +02:00
transcribe.py Revert "Merge pull request #3237 from lissyx/rename-training-package" 2020-08-26 11:46:08 +02:00

README.rst

Project DeepSpeech
==================


.. image:: https://readthedocs.org/projects/deepspeech/badge/?version=latest
   :target: http://deepspeech.readthedocs.io/?badge=latest
   :alt: Documentation


.. image:: https://community-tc.services.mozilla.com/api/github/v1/repository/mozilla/DeepSpeech/master/badge.svg
   :target: https://community-tc.services.mozilla.com/api/github/v1/repository/mozilla/DeepSpeech/master/latest
   :alt: Task Status


DeepSpeech is an open source Speech-To-Text engine, using a model trained by machine learning techniques based on `Baidu's Deep Speech research paper <https://arxiv.org/abs/1412.5567>`_. Project DeepSpeech uses Google's `TensorFlow <https://www.tensorflow.org/>`_ to make the implementation easier.

Documentation for installation, usage, and training models are available on `deepspeech.readthedocs.io <http://deepspeech.readthedocs.io/?badge=latest>`_.

For the latest release, including pre-trained models and checkpoints, `see the latest release on GitHub <https://github.com/mozilla/DeepSpeech/releases/latest>`_.

For contribution guidelines, see `CONTRIBUTING.rst <CONTRIBUTING.rst>`_.

For contact and support information, see `SUPPORT.rst <SUPPORT.rst>`_.