Home/Model Training/TensorFlowASR
TensorFlowASR logo

TensorFlowASR

Enrichment pending
TensorSpeech/TensorFlowASR

:zap: TensorFlowASR: Almost State-of-the-art Automatic Speech Recognition in Tensorflow 2. Supported languages that can use characters or subwords

GraphCanon updated today · GitHub synced today

1.0k
Stars
239
Forks
47
Open issues
25
Watchers
1y
Last push
Python Apache-2.0Created Feb 13, 2020

Trust & integrity

Full report
Maintenance
Dormant (394d since push)
As of today · Source: github_public_v1
Provenance
Not a fork · Organization account
As of today · Source: github_public_v1
Security (OSV)
15 low (15 low)
As of today · Source: osv@v1

Public GitHub metadata and optional OSV dependency scans. Signals, not a guarantee. Trust methodology.

Overview

:zap: TensorFlowASR: Almost State-of-the-art Automatic Speech Recognition in Tensorflow 2. Supported languages that can use characters or subwords

Capability facts

Deploy
Self-host

Source: dockerfile:Dockerfile · Jul 11, 2026

Docker
Dockerfile present

Source: dockerfile:Dockerfile · Jul 11, 2026

Languages
python

Source: github.language+pyproject.toml · Jul 11, 2026

Categories

Compatibility

Sourced claims from the README excerpt - not unsourced marketing copy.

Python runtimePython

Source: README excerpt (regex_v1, Jul 11, 2026)

**NOTE ONLY FOR APPLE SILICON**: TensorFlowASR requires python >= 3.12
Source link

Tags

README

Installation

For training and testing, you should use git clone for installing necessary packages from other authors (ctc_decoders, rnnt_loss, etc.)

NOTE ONLY FOR APPLE SILICON: TensorFlowASR requires python >= 3.12

See the requirements.[extra].txt files for extra dependencies

git clone https://github.com/TensorSpeech/TensorFlowASR.git
cd TensorFlowASR
./setup.sh [apple|tpu|gpu] [dev]

Running in a container

docker-compose up -d