Skip to content
A TensorFlow implementation of Baidu's DeepSpeech architecture
C++ Python C Shell C# Java Other
Branch: master
Clone or download

Latest commit

Latest commit ef81bb9 May 7, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github Add lock bot config Dec 28, 2018
bin CV2 importer: Writes additional train-all.csv with all validated samp… May 7, 2020
data Add a --discount_fallback option to generate_lm.py (#2945) Apr 28, 2020
doc Minor tweaks to the automatic mixed precision docs May 1, 2020
examples Remove example code Dec 10, 2019
images Updating Geometry Dec 2, 2019
native_client Add JS test for streaming + metadata May 6, 2020
taskcluster Add JS test for streaming + metadata May 6, 2020
tests Package training code to avoid sys.path hacks Mar 25, 2020
training/deepspeech_training Add missing log_warn import Apr 29, 2020
util Package training code to avoid sys.path hacks Mar 25, 2020
.cardboardlint.yml Update cardboardlint configuration Oct 4, 2019
.compute Fix .compute for packaged training code Apr 1, 2020
.gitattributes Address review comments and update docs Feb 11, 2020
.gitignore Package and expose TypeScript for JS interface Apr 6, 2020
.gitmodules Use submodule for building contrib examples into docs Dec 10, 2019
.isort.cfg Sort importer imports with isort Mar 31, 2020
.pylintrc Fix linter errors Feb 11, 2020
.readthedocs.yml Re-enable readthedocs.io Sep 24, 2019
.taskcluster.yml Use KVM for Android emulator Feb 26, 2020
.travis.yml Package training code to avoid sys.path hacks Mar 25, 2020
BIBLIOGRAPHY.md Update BIBLIOGRAPHY.md Feb 21, 2020
CODE_OF_CONDUCT.md Add Mozilla Code of Conduct file Mar 29, 2019
CONTRIBUTING.rst Move from Markdown to reStructuredText Oct 4, 2019
DeepSpeech.py Make DeepSpeech.py executable and call Python interpreter explicitly … Apr 29, 2020
Dockerfile Skip prebuilt decoder wheel in Dockerfile Apr 24, 2020
GRAPH_VERSION Bump graph version Jan 24, 2020
ISSUE_TEMPLATE.md Create an issue template Nov 27, 2017
LICENSE Added LICENSE Sep 20, 2016
README.rst Docs centered on ReadTheDocs instead of GitHub Apr 27, 2020
RELEASE.rst Move from Markdown to reStructuredText Oct 4, 2019
SUPPORT.rst Remove FAQ reference and reword SUPPORT.rst a bit Apr 28, 2020
VERSION Bump VERSION to 0.7.1-alpha.2 May 7, 2020
bazel.patch Proper re-use of Bazel cache Jan 31, 2018
build-python-wheel.yml-DISABLED_ENABLE_ME_TO_REBUILD_DURING_PR Move to ARMbian Buster Aug 21, 2019
evaluate.py Package training code to avoid sys.path hacks Mar 25, 2020
evaluate_tflite.py Added missing external scorer Apr 20, 2020
lm_optimizer.py Merge pull request #2826 from TeHikuMedia/add_trial_pruning Apr 1, 2020
requirements_eval_tflite.txt Update evaluate_tflite requirements Jan 12, 2020
requirements_tests.txt Converting importers from multiprocessing.dummy to multiprocessing Mar 18, 2020
requirements_transcribe.txt Make webrtcvad really optional Feb 24, 2020
setup.py Unpin numpy in training package Apr 23, 2020
stats.py Package training code to avoid sys.path hacks Mar 25, 2020
transcribe.py Split --load into two to avoid unexpected behavior at evaluation time Apr 7, 2020

README.rst

Project DeepSpeech

Documentation 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. Project DeepSpeech uses Google's TensorFlow to make the implementation easier.

Documentation for installation, usage, and training models is available on deepspeech.readthedocs.io.

For the latest release, including pre-trained models and checkpoints, see the latest release on GitHub.

For contribution guidelines, see CONTRIBUTING.rst.

For contact and support information, see SUPPORT.rst.

You can’t perform that action at this time.