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-05-03 15:39:07 +02:00
.github Add lock bot config 2018-12-28 19:37:01 -02:00
bin Update import_swc.py 2020-04-23 14:45:39 +02:00
data Add a --discount_fallback option to generate_lm.py (#2945) 2020-04-28 11:58:41 +02:00
doc Minor tweaks to the automatic mixed precision docs 2020-05-01 19:27:13 +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 Don't leave partially initialized scorer on failure 2020-05-03 15:39:07 +02:00
taskcluster Test JS client streaming mode 2020-04-29 14:05:18 +02:00
tests Package training code to avoid sys.path hacks 2020-03-25 21:34:50 +01:00
training/deepspeech_training Add missing log_warn import 2020-04-29 15:45:09 +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 Package and expose TypeScript for JS interface 2020-04-06 11:15:42 +02:00
.gitmodules Use submodule for building contrib examples into docs 2019-12-10 16:25:01 +01: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 Use KVM for Android emulator 2020-02-26 19:49:02 +01:00
.travis.yml Package training code to avoid sys.path hacks 2020-03-25 21:34:50 +01:00
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 Skip prebuilt decoder wheel in Dockerfile 2020-04-24 13:46:17 +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 Bump graph version 2020-01-24 10:20:42 +01: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
README.rst Docs centered on ReadTheDocs instead of GitHub 2020-04-27 20:31:11 +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 Make webrtcvad really optional 2020-02-24 12:08:12 +01:00
setup.py Unpin numpy in training package 2020-04-23 11:00:09 +02:00
stats.py Package training code to avoid sys.path hacks 2020-03-25 21:34:50 +01:00
SUPPORT.rst Remove FAQ reference and reword SUPPORT.rst a bit 2020-04-28 11:55:20 +02:00
transcribe.py Split --load into two to avoid unexpected behavior at evaluation time 2020-04-07 14:24:05 +02:00
VERSION Bump VERSION to 0.7.1-alpha.0 2020-05-01 19:28:27 +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 is 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>`_.