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.
Перейти к файлу
lissyx aa1d28530d
Merge pull request #3703 from danieltinazzi/master
Fix M-AILABS broken link
2021-11-17 18:52:52 +01:00
.github Add NodeJS 16.0.0 2021-04-28 17:27:06 +02:00
bin Fixed M-AILABS broken link 2021-11-17 14:20:19 +01:00
ci_scripts CI: Linux ARMv7 / Aarch64 2021-04-28 08:46:38 +02:00
data Add small bytes output mode scorer for tests 2020-10-06 18:19:34 +02:00
doc Update conf.py 2021-07-30 20:50:45 +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@0c4dd4e8a2 MSVC doesn't like const Proxy operator*() const. 2021-03-17 10:19:02 +01:00
native_client Add NodeJS 16.0.0 2021-04-28 17:27:06 +02:00
taskcluster Fix #3608: Remove code refs to TaskCluster 2021-04-08 16:28:49 +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 Update augmentations.py 2021-05-13 16:12:52 +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 Hide compiled JS from git diffs 2021-04-16 00:30:48 +02:00
.gitignore Try to handle GitHub API rate limit 2021-04-15 23:53:25 +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 Fix #3608: Remove code refs to TaskCluster 2021-04-08 16:28:49 +02:00
BIBLIOGRAPHY.md Branding cleanup 2020-12-07 10:07:39 +02:00
CODE_OF_CONDUCT.md Add Mozilla Code of Conduct file 2019-03-29 14:58:39 -07:00
CODE_OWNERS.rst Add paragraph on expected behavior from module owners 2020-12-17 08:59:36 +00:00
CONTRIBUTING.rst Add listing of code owners/reviewers and reference from contribution guidelines 2020-12-04 15:17:09 +02:00
DeepSpeech.py Revert "Merge pull request #3237 from lissyx/rename-training-package" 2020-08-26 11:46:08 +02:00
Dockerfile.build.tmpl Optimize a bit Docker 2021-04-09 14:54:05 +02:00
Dockerfile.train.tmpl Optimize a bit Docker 2021-04-09 14:54:05 +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 Optimize a bit Docker 2021-04-09 14:54:05 +02:00
README.rst Fix #3608: Remove code refs to TaskCluster 2021-04-08 16:28:49 +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 #3608: Remove code refs to TaskCluster 2021-04-08 16:28:49 +02:00
stats.py Revert "Merge pull request #3237 from lissyx/rename-training-package" 2020-08-26 11:46:08 +02:00
taskcluster.disabled.yml GitHub Actions for macOS 2021-03-25 11:01:29 +01:00
tensorflow_full_runtime.supp Add missing metadata leak suppressions 2021-01-18 13:57:44 +00: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: https://deepspeech.readthedocs.io/?badge=latest
   :alt: Documentation


.. image:: https://github.com/mozilla/DeepSpeech/actions/workflows/macOS-amd64.yml/badge.svg
   :target: https://github.com/mozilla/DeepSpeech/actions/workflows/macOS-amd64.yml
   :alt: macOS builds

.. image:: https://github.com/mozilla/DeepSpeech/actions/workflows/lint.yml/badge.svg
   :target: https://github.com/mozilla/DeepSpeech/actions/workflows/lint.yml
   :alt: Linters

.. image:: https://github.com/mozilla/DeepSpeech/actions/workflows/docker.yml/badge.svg
   :target: https://github.com/mozilla/DeepSpeech/actions/workflows/docker.yml
   :alt: Docker Images


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 <https://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>`_.