venusdev85/Speech-Recognition
End-to-end Automatic Speech Recognition for Madarian and English in Tensorflow
This project offers an end-to-end solution for converting spoken audio into written text for both Mandarin and English. You input audio files, and it outputs the corresponding transcribed text. This is designed for researchers, language technologists, or developers building speech-enabled applications who need to process spoken language.
No commits in the last 6 months.
Use this if you need to build, train, or experiment with a custom automatic speech recognition system for English or Mandarin.
Not ideal if you're looking for a pre-trained, ready-to-use speech-to-text API or a simple desktop application.
Stars
20
Forks
—
Language
Python
License
MIT
Category
Last pushed
Mar 29, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/voice-ai/venusdev85/Speech-Recognition"
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)