DeepSwissVoice/DeepVoice
A TensorFlow implementation of Baidu's DeepSpeech architecture
This project helps convert spoken audio into written text, making it easier to transcribe meetings, dictate documents, or create captions for videos. You feed it audio recordings, and it produces a text transcript. It's designed for anyone who needs to quickly and accurately convert speech to text without manual typing.
No commits in the last 6 months.
Use this if you need an automated way to transcribe audio files into text.
Not ideal if you require real-time speech-to-text for live conversations or extremely specialized vocabulary that isn't typically covered by general speech models.
Stars
8
Forks
2
Language
C++
License
MPL-2.0
Category
Last pushed
Feb 07, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/voice-ai/DeepSwissVoice/DeepVoice"
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)