mirror of
https://github.com/mozilla/DeepSpeech.git
synced 2025-10-26 11:19:39 +00:00
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.
deep-learningdeepspeechembeddedmachine-learningneural-networksofflineon-devicespeech-recognitionspeech-to-texttensorflow
Bumps [pygments](https://github.com/pygments/pygments) from 2.7.4 to 2.15.0. - [Release notes](https://github.com/pygments/pygments/releases) - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES) - [Commits](https://github.com/pygments/pygments/compare/2.7.4...2.15.0) --- updated-dependencies: - dependency-name: pygments dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|---|---|---|
| .github | ||
| bin | ||
| ci_scripts | ||
| data | ||
| doc | ||
| examples | ||
| images | ||
| kenlm@0c4dd4e8a2 | ||
| native_client | ||
| taskcluster | ||
| tensorflow@23ad988fcd | ||
| tests | ||
| training/deepspeech_training | ||
| .cardboardlint.yml | ||
| .compute | ||
| .gitattributes | ||
| .gitignore | ||
| .gitmodules | ||
| .isort.cfg | ||
| .pylintrc | ||
| .readthedocs.yml | ||
| bazel.patch | ||
| BIBLIOGRAPHY.md | ||
| build-python-wheel.yml-DISABLED_ENABLE_ME_TO_REBUILD_DURING_PR | ||
| CODE_OF_CONDUCT.md | ||
| CODE_OWNERS.rst | ||
| CONTRIBUTING.rst | ||
| DeepSpeech.py | ||
| Dockerfile.build.tmpl | ||
| Dockerfile.train.tmpl | ||
| ds_generic.supp | ||
| ds_lib.supp | ||
| ds_openfst.supp | ||
| ds_sox.supp | ||
| evaluate_tflite.py | ||
| evaluate.py | ||
| GRAPH_VERSION | ||
| ISSUE_TEMPLATE.md | ||
| LICENSE | ||
| lm_optimizer.py | ||
| Makefile | ||
| parse_valgrind_suppressions.sh | ||
| README.rst | ||
| RELEASE.rst | ||
| requirements_eval_tflite.txt | ||
| requirements_tests.txt | ||
| requirements_transcribe.txt | ||
| setup.py | ||
| stats.py | ||
| SUPPORT.rst | ||
| taskcluster.disabled.yml | ||
| tensorflow_full_runtime.supp | ||
| tensorflow_tflite_runtime.supp | ||
| transcribe.py | ||
| VERSION | ||
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>`_.