зеркало из https://github.com/mozilla/DeepSpeech.git
deep-learningdeepspeechembeddedmachine-learningneural-networksofflineon-devicespeech-recognitionspeech-to-texttensorflow
7a6508612d
This reverts commit |
||
---|---|---|
.circleci | ||
.github | ||
bin | ||
data | ||
doc | ||
examples | ||
images | ||
native_client | ||
taskcluster | ||
tensorflow@23ad988fcd | ||
tests | ||
training/mozilla_voice_stt_training | ||
util | ||
.cardboardlint.yml | ||
.compute | ||
.gitattributes | ||
.gitignore | ||
.gitmodules | ||
.isort.cfg | ||
.pylintrc | ||
.readthedocs.yml | ||
.taskcluster.yml | ||
.travis.yml | ||
BIBLIOGRAPHY.md | ||
CODE_OF_CONDUCT.md | ||
CONTRIBUTING.rst | ||
DeepSpeech.py | ||
Dockerfile.build.tmpl | ||
Dockerfile.train.tmpl | ||
GRAPH_VERSION | ||
ISSUE_TEMPLATE.md | ||
LICENSE | ||
Makefile | ||
README.rst | ||
RELEASE.rst | ||
SUPPORT.rst | ||
VERSION | ||
bazel.patch | ||
build-python-wheel.yml-DISABLED_ENABLE_ME_TO_REBUILD_DURING_PR | ||
evaluate.py | ||
evaluate_tflite.py | ||
lm_optimizer.py | ||
requirements_eval_tflite.txt | ||
requirements_tests.txt | ||
requirements_transcribe.txt | ||
setup.py | ||
stats.py | ||
transcribe.py |
README.rst
Mozilla Voice STT ================= .. 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/STT/master/badge.svg :target: https://community-tc.services.mozilla.com/api/github/v1/repository/mozilla/STT/master/latest :alt: Task Status Mozilla Voice STT 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>`_. Mozilla Voice STT 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/STT/releases/latest>`_. For contribution guidelines, see `CONTRIBUTING.rst <CONTRIBUTING.rst>`_. For contact and support information, see `SUPPORT.rst <SUPPORT.rst>`_.