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-09-28 14:47:08 +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 Resolves #3146 - Let build_sdb.py also output CSV files and rename it accordingly 2020-07-21 17:02:01 +02:00
data Remove external scorer file and documentation and flag references 2020-07-27 21:09:32 +02:00
doc Fix #3088: Use TensorFlow 1.15.4 with CUDNN fix 2020-09-25 15:00:25 +02:00
examples Rename DeepSpeech-examples to STT-examples 2020-08-10 14:03:35 +02:00
images Updating Geometry 2019-12-02 11:04:27 +01:00
native_client Update client.py 2020-08-20 10:07:44 +02:00
taskcluster Fix #3347: Disable Git-LFS on Windows 2020-09-28 13:35:13 +02:00
tensorflow@1c1b2b9dd9 Fix #3207: do not force -shared on the linkage 2020-08-03 22:04:54 +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.8.2 2020-08-22 16:37:11 +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 Rename DeepSpeech-examples to STT-examples 2020-08-10 14:03:35 +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 Fix #3181: Use finer-grained gcp workers 2020-08-04 11:16:11 +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 #3321: Update NCCL dep to 2.7 following NVIDIA update 2020-09-25 15:14:31 +02:00
Dockerfile.train.tmpl Use correct 1.15.4 docker image 2020-09-28 12:43:27 +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 Refer to r0.8 branch for examples and badges 2020-08-03 14:07:19 +02:00
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 Fix #3088: Use TensorFlow 1.15.4 with CUDNN fix 2020-09-25 15:00:25 +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/r0.8/badge.svg
   :target: https://community-tc.services.mozilla.com/api/github/v1/repository/mozilla/DeepSpeech/r0.8/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>`_.