Skip to content

Commit 866e30d

Browse files
committed
🚀 Update documents
1 parent 008c187 commit 866e30d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<h1 align="center">
2-
<p>TensorflowASR</p>
2+
<p>TensorFlowASR :zap:</p>
33
<p align="center">
4-
<a href="https://github.com/TensorSpeech/TensorflowASR/blob/master/LICENSE">
5-
<img alt="GitHub" src="https://img.shields.io/github/license/TensorSpeech/TensorflowASR?style=for-the-badge&logo=apache">
4+
<a href="https://github.com/TensorSpeech/TensorFlowASR/blob/main/LICENSE">
5+
<img alt="GitHub" src="https://img.shields.io/github/license/TensorSpeech/TensorFlowASR?style=for-the-badge&logo=apache">
66
</a>
77
<img alt="python" src="https://img.shields.io/badge/python-%3E%3D3.6-blue?style=for-the-badge&logo=python">
88
<img alt="tensorflow" src="https://img.shields.io/badge/tensorflow-%3E%3D2.3.0-orange?style=for-the-badge&logo=tensorflow">
@@ -14,7 +14,7 @@
1414
</h2>
1515

1616
<p align="center">
17-
TensorflowASR implements some speech recognition architectures such as CTC-based models (Deep Speech 2, etc.), RNN Transducer (Conformer, etc.). These models can be converted to TFLite to reduce memory and computation for deployment :smile:
17+
TensorFlowASR implements some automatic speech recognition architectures such as DeepSpeech2, Conformer, etc. These models can be converted to TFLite to reduce memory and computation for deployment :smile:
1818
</p>
1919

2020
## What's New?
@@ -39,7 +39,7 @@ Install tensorflow: `pip3 install -U tensorflow` or `pip3 install tf-nightly` (f
3939

4040
Install packages (choose _one_ of these options):
4141

42-
- Run `pip3 install -U tensorflow-asr`
42+
- Run `pip3 install -U TensorFlowASR`
4343
- Clone the repo and run `python3 setup.py install` in the repo's directory
4444

4545
For **setting up datasets**, see [datasets](./tensorflow_asr/datasets/README.md)

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@
3636
]
3737

3838
setuptools.setup(
39-
name="tensorflow-asr",
39+
name="TensorFlowASR",
4040
version="0.2.5",
4141
author="Huy Le Nguyen",
4242
author_email="[email protected]",
4343
description="Almost State-of-the-art Automatic Speech Recognition using Tensorflow 2",
4444
long_description=long_description,
4545
long_description_content_type="text/markdown",
46-
url="https://github.com/TensorSpeech/TensorflowASR",
46+
url="https://github.com/TensorSpeech/TensorFlowASR",
4747
packages=setuptools.find_packages(include=["tensorflow_asr*"]),
4848
package_data={
4949
"tensorflow_asr": ["featurizers/*.txt"]

0 commit comments

Comments
 (0)