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.
Go to file
2020-07-20 00:22:44 +02:00
.circleci Fix #3157: Add CircleCI config 2020-07-15 16:17:51 +02:00
.github Add lock bot config 2018-12-28 19:37:01 -02:00
bin Use ElementTree instead of deprecated cElementTree. 2020-07-15 12:46:00 +00:00
data Address review comments 2020-07-02 14:09:42 +02:00
doc Merge pull request #3149 from karansag/patch-1 2020-07-17 10:20:21 +02:00
examples Remove example code 2019-12-10 16:25:00 +01:00
images Updating Geometry 2019-12-02 11:04:27 +01:00
native_client client.cc iOS build 2020-07-20 00:22:44 +02:00
taskcluster Add DeepSpeech iOS tasks 2020-07-20 00:22:44 +02:00
tensorflow@fc464111ac Add TensorFlow iOS tasks 2020-07-20 00:22:42 +02:00
tests Deduplicate Alphabet implementations, use C++ one everywhere 2020-06-30 09:52:45 +02:00
training/deepspeech_training Bump VERSION to 0.9.0-alpha.3 2020-07-15 16:22:06 +02:00
util Package training code to avoid sys.path hacks 2020-03-25 21:34:50 +01: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 Ignore generated dockerfiles. 2020-06-16 16:24:55 +02:00
.gitmodules Use TensorFlow as a submodule 2020-06-29 17:03:07 +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 Trusty -> Xenial 2020-06-22 10:48:12 +02:00
.travis.yml add tests to TC and update travis 2020-05-29 20:28:52 +05:30
bazel.patch Proper re-use of Bazel cache 2018-01-31 18:50:36 +01:00
BIBLIOGRAPHY.md Update BIBLIOGRAPHY.md 2020-02-21 16:59:23 +00:00
build-python-wheel.yml-DISABLED_ENABLE_ME_TO_REBUILD_DURING_PR Move to ARMbian Buster 2019-08-21 22:58:10 +02:00
CODE_OF_CONDUCT.md Add Mozilla Code of Conduct file 2019-03-29 14:58:39 -07:00
CONTRIBUTING.rst Move from Markdown to reStructuredText 2019-10-04 12:07:32 +02:00
DeepSpeech.py Make DeepSpeech.py executable and call Python interpreter explicitly in docs 2020-04-29 15:58:44 +02:00
Dockerfile.build.tmpl Fix #3157: Add CircleCI config 2020-07-15 16:17:51 +02:00
Dockerfile.train.tmpl Fix #3157: Add CircleCI config 2020-07-15 16:17:51 +02:00
evaluate_tflite.py Added missing external scorer 2020-04-20 16:04:54 +02:00
evaluate.py Package training code to avoid sys.path hacks 2020-03-25 21:34:50 +01:00
GRAPH_VERSION Flip direction of VERSION and GRAPH_VERSION links 2020-06-08 11:22:24 +02:00
ISSUE_TEMPLATE.md Create an issue template 2017-11-27 16:40:59 -02:00
LICENSE Added LICENSE 2016-09-20 19:12:29 +02:00
lm_optimizer.py Merge pull request #2826 from TeHikuMedia/add_trial_pruning 2020-04-01 14:56:31 +02:00
Makefile Decouple Dockerfile into build and train 2020-06-15 14:13:22 +02:00
README.rst DOC: Fixed grammatical mistake. 2020-06-14 16:00:32 +05:30
RELEASE.rst Move from Markdown to reStructuredText 2019-10-04 12:07:32 +02:00
requirements_eval_tflite.txt Update evaluate_tflite requirements 2020-01-12 11:02:15 +01: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 Update setup.py 2020-06-17 12:50:17 +02:00
stats.py Package training code to avoid sys.path hacks 2020-03-25 21:34:50 +01:00
SUPPORT.rst Enable TFLite delegations 2020-07-03 01:34:54 +02:00
transcribe.py Split --load into two to avoid unexpected behavior at evaluation time 2020-04-07 14:24:05 +02:00
VERSION Flip direction of VERSION and GRAPH_VERSION links 2020-06-08 11:22:24 +02:00

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>`_.