More updates

This commit is contained in:
Kelly Davis 2021-03-07 19:23:39 +01:00
parent 8c95f3ec20
commit f02c12925a
4 changed files with 4 additions and 4 deletions

View File

@ -10,7 +10,7 @@
:target: CODE_OF_CONDUCT.md
:alt: Contributor Covenant
**Coqui STT** is an open-source deep-learning toolkit for training and deploying Speech-To-Text models. :frog:STT is battle tested in both production and research :rocket:
**Coqui STT** (🐸STT) is an open-source deep-learning toolkit for training and deploying speech-to-text models. 🐸STT is battle tested in both production and research 🚀
**Documentation** for installation, usage, and training models are available on `stt.readthedocs.io <https://stt.readthedocs.io/>`_.

View File

@ -46,7 +46,7 @@ import semver
# -- Project information -----------------------------------------------------
project = u'Coqui STT'
copyright = '2019-2020 Mozilla Corporation, 2020 DeepSpeech authors, 2021 Coqui GmbH'
copyright = '2021 Coqui GmbH, 2020 DeepSpeech authors, 2019-2020 Mozilla Corporation'
author = 'Coqui GmbH'
with open('../VERSION', 'r') as ver:

@ -1 +1 @@
Subproject commit df643fca46b4d8ab654f547ef2e36132f1154412
Subproject commit 493d2779e3b920460fd37d6217e5624c1f012911

View File

@ -6,7 +6,7 @@
Coqui STT
=========
Coqui STT (🐸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>`_. 🐸STT uses Google's `TensorFlow <https://www.tensorflow.org/>`_ to make the implementation easier.
**Coqui STT** (🐸STT) is an open-source deep-learning toolkit for training and deploying speech-to-text models. 🐸STT is battle tested in both production and research 🚀
To install and use 🐸STT all you have to do is: