From f02c12925a5af16da17fe3173ede2b3bb922b867 Mon Sep 17 00:00:00 2001 From: Kelly Davis Date: Sun, 7 Mar 2021 19:23:39 +0100 Subject: [PATCH] More updates --- README.rst | 2 +- doc/conf.py | 2 +- doc/examples | 2 +- doc/index.rst | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 8d945c4a..46209e78 100644 --- a/README.rst +++ b/README.rst @@ -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 `_. diff --git a/doc/conf.py b/doc/conf.py index 92b315e9..9c8aa774 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -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: diff --git a/doc/examples b/doc/examples index df643fca..493d2779 160000 --- a/doc/examples +++ b/doc/examples @@ -1 +1 @@ -Subproject commit df643fca46b4d8ab654f547ef2e36132f1154412 +Subproject commit 493d2779e3b920460fd37d6217e5624c1f012911 diff --git a/doc/index.rst b/doc/index.rst index edb048f8..e7de654c 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -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 `_. 🐸STT uses Google's `TensorFlow `_ 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: