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-06-03 11:52:32 +02:00
.github Add lock bot config 2018-12-28 19:37:01 -02:00
bin Fix typo from argument reordering 2020-05-27 19:02:55 +02:00
data Update dangling reference to removed scorer scripts docs 2020-05-26 17:35:08 +02:00
doc Merge pull request #3012 from reuben/index-ts 2020-05-25 19:57:02 +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 Add NodeJS v14 2020-06-03 11:50:37 +02:00
taskcluster Fix typo in description for NodeJS / ARMbian 2020-06-03 11:52:32 +02:00
tests Value range unit tests 2020-05-18 12:39:15 +02:00
training/deepspeech_training Convert path to str to fix Python 3.5 compat 2020-05-30 15:16:30 +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 Add some native_client build outputs to .gitignore 2020-06-02 12:29:52 +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 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 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 remove bad reference to requirements.txt 2020-05-11 18:27:49 -07:00
setup.py Windows support in setup.py decoder wheel installation 2020-05-19 14:50:26 +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 2020-05-12 16:06:01 +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>`_.