Fork of Coqui AI's STT (fka DeepSpeech).
Go to file
Reuben Morais 9788811bc5 Revert "Merge pull request from lissyx/rename-ctcdecoder"
This reverts commit fd4185f141, reversing
changes made to 1a7dd87601.
2020-08-26 11:45:06 +02:00
.circleci Use new name for Docker container and Docker Hub repo 2020-08-10 20:24:45 +02:00
.github Add lock bot config 2018-12-28 19:37:01 -02:00
bin Revert "Merge pull request from lissyx/rename-ctcdecoder" 2020-08-26 11:45:06 +02:00
data Update name of readthedocs 2020-08-13 22:50:57 +02:00
doc Revert "Merge pull request from lissyx/rename-ctcdecoder" 2020-08-26 11:45:06 +02:00
examples Rename DeepSpeech-examples to STT-examples 2020-08-10 18:35:34 +02:00
images Updating Geometry 2019-12-02 11:04:27 +01:00
native_client Revert "Merge pull request from lissyx/rename-ctcdecoder" 2020-08-26 11:45:06 +02:00
taskcluster Updating tensorflow version in taskcluster/.build.yml 2020-08-25 13:22:35 +02:00
tensorflow@23ad988fcd Updating commit of submodule 2020-08-25 13:21:12 +02:00
tests Revert "Merge pull request from lissyx/rename-ctcdecoder" 2020-08-26 11:45:06 +02:00
training/mozilla_voice_stt_training Revert "Merge pull request from lissyx/rename-ctcdecoder" 2020-08-26 11:45:06 +02:00
util Rename deepspeech_training package 2020-08-10 16:58:18 +02: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 Reload weights after plateau. 2020-08-19 18:45:09 +02:00
.gitmodules Rename DeepSpeech-examples to STT-examples 2020-08-10 18:35:34 +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 Re-enable readthedocs.io 2019-09-24 10:55:26 +02:00
.taskcluster.yml Rename TaskCluster index 2020-08-10 22:08:39 +02: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 Address review comments 2020-08-06 14:20:05 +02: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 Rename deepspeech_training package 2020-08-10 16:58:18 +02:00
Dockerfile.build.tmpl Move to TensorFlow r2.3 2020-08-14 11:26:09 +02:00
Dockerfile.train.tmpl Fix docker path with new project name 2020-08-12 17:12:51 +02:00
evaluate_tflite.py Rename deepspeech_training package 2020-08-10 16:58:18 +02:00
evaluate.py Rename deepspeech_training package 2020-08-10 16:58:18 +02:00
GRAPH_VERSION Rename deepspeech_training package 2020-08-10 16:58:18 +02:00
ISSUE_TEMPLATE.md Rename DeepSpeech -> STT 2020-08-12 13:52:17 +02:00
LICENSE Added LICENSE 2016-09-20 19:12:29 +02:00
lm_optimizer.py Revert "Merge pull request from lissyx/rename-ctcdecoder" 2020-08-26 11:45:06 +02:00
Makefile Rename DeepSpeech -> STT 2020-08-12 13:52:17 +02:00
README.rst Update name of readthedocs 2020-08-13 22:50:57 +02:00
RELEASE.rst Move from Markdown to reStructuredText 2019-10-04 12:07:32 +02:00
requirements_eval_tflite.txt Address review comments 2020-08-06 14:20:05 +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 Revert "Merge pull request from lissyx/rename-ctcdecoder" 2020-08-26 11:45:06 +02:00
stats.py Rename deepspeech_training package 2020-08-10 16:58:18 +02:00
SUPPORT.rst Rename DeepSpeech -> STT 2020-08-12 13:52:17 +02:00
transcribe.py Revert "Merge pull request from lissyx/rename-ctcdecoder" 2020-08-26 11:45:06 +02:00
VERSION Rename deepspeech_training package 2020-08-10 16:58:18 +02:00

Mozilla Voice STT
=================


.. image:: https://readthedocs.org/projects/deepspeech/badge/?version=latest
   :target: http://mozilla-voice-stt.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 `mozilla-voice-stt.readthedocs.io <http://mozilla-voice-stt.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>`_.