Kyubyong/tacotron_asr
Speech Recognition Using Tacotron
This project offers a way to convert spoken audio into written text, essentially transcribing speech. You provide audio files containing spoken English, and it outputs the corresponding text. This is useful for anyone needing to automatically generate text from voice recordings, such as researchers working with spoken language data or content creators looking to subtitle audio.
164 stars. No commits in the last 6 months.
Use this if you need to transform spoken English audio recordings into written text automatically.
Not ideal if you need highly accurate, production-ready speech-to-text for diverse accents or complex audio environments, as this is an experimental application of a speech synthesis model.
Stars
164
Forks
39
Language
Python
License
Apache-2.0
Category
Last pushed
Sep 20, 2017
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/voice-ai/Kyubyong/tacotron_asr"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Higher-rated alternatives
bshall/Tacotron
A PyTorch implementation of Location-Relative Attention Mechanisms For Robust Long-Form Speech Synthesis
Kyubyong/dc_tts
A TensorFlow Implementation of DC-TTS: yet another text-to-speech model
DemisEom/SpecAugment
A Implementation of SpecAugment with Tensorflow & Pytorch, introduced by Google Brain
Rayhane-mamah/Tacotron-2
DeepMind's Tacotron-2 Tensorflow implementation
Kyubyong/tacotron
A TensorFlow Implementation of Tacotron: A Fully End-to-End Text-To-Speech Synthesis Model