georgesterpu/Taris
Transformer-based online speech recognition system with TensorFlow 2
This project offers an advanced way to convert spoken words into text in real-time. It takes live audio (and optionally video of a speaker's face) as input and immediately produces a written transcript of what's being said. It's designed for researchers and developers working on cutting-edge speech recognition systems.
No commits in the last 6 months.
Use this if you are a researcher or advanced developer experimenting with real-time, online speech recognition and want to explore transformer-based architectures, potentially incorporating visual cues.
Not ideal if you need a production-ready, off-the-shelf speech-to-text service or a simple library for basic audio transcription without deep architectural experimentation.
Stars
26
Forks
6
Language
Python
License
MPL-2.0
Category
Last pushed
Jan 22, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/voice-ai/georgesterpu/Taris"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
githubharald/CTCDecoder
Connectionist Temporal Classification (CTC) decoding algorithms: best path, beam search, lexicon...
githubharald/CTCWordBeamSearch
Connectionist Temporal Classification (CTC) decoder with dictionary and language model.
nl8590687/ASRT_SpeechRecognition
A Deep-Learning-Based Chinese Speech Recognition System 基于深度学习的中文语音识别系统
athena-team/athena
an open-source implementation of sequence-to-sequence based speech processing engine
hirofumi0810/tensorflow_end2end_speech_recognition
End-to-End speech recognition implementation base on TensorFlow (CTC, Attention, and MTL training)