Reuben Morais b85ad3ea74 Refactor train.py into separate scripts
Currently train.py is overloaded with many independent features.
Understanding the code and what will be the result of a training
call requires untangling the entire script. It's also an error
prone UX. This is a first step at separating independent parts
into their own scripts.
2020-12-23 13:06:23 +00:00
2020-12-08 13:21:05 +02:00
2018-12-28 19:37:01 -02:00
2020-12-07 13:07:34 +01:00
2020-12-18 23:29:54 +00:00
2019-12-02 11:04:27 +01:00
2020-09-25 13:25:38 +02:00
2020-08-25 13:21:12 +02:00
2020-09-25 13:25:38 +02:00
2020-03-31 13:43:00 +02:00
2020-02-11 19:44:36 +01:00
2019-09-24 10:55:26 +02:00
2020-12-19 09:23:32 +00:00
2018-01-31 18:50:36 +01:00
2020-12-07 10:07:39 +02:00
2020-10-01 15:31:21 +02:00
2020-10-01 15:31:21 +02:00
2020-10-01 15:31:21 +02:00
2020-10-01 15:31:21 +02:00
2016-09-20 19:12:29 +02:00
2020-10-27 11:04:32 +01:00
2020-12-07 10:07:39 +02:00

Project DeepSpeech
==================


.. image:: https://readthedocs.org/projects/deepspeech/badge/?version=latest
   :target: https://deepspeech.readthedocs.io/?badge=latest
   :alt: Documentation


.. image:: https://community-tc.services.mozilla.com/api/github/v1/repository/mozilla/DeepSpeech/master/badge.svg
   :target: https://community-tc.services.mozilla.com/api/github/v1/repository/mozilla/DeepSpeech/master/latest
   :alt: 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 <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>`_.
Description
Fork of Coqui AI's STT (fka DeepSpeech).
Readme 74 MiB
Languages
C++ 45.6%
Python 23%
C 10.8%
Shell 10.3%
C# 2.6%
Other 7.6%