huschen/kaggle_speech_recognition
Conv-LSTM-CTC speech recognition network (end-to-end), written in TensorFlow.
This project helps you automatically detect simple spoken commands, like "yes" or "no", from audio recordings. It takes sound wave files as input and outputs the recognized command as text. This tool is designed for anyone needing to build or evaluate a system that understands specific voice commands.
No commits in the last 6 months.
Use this if you need to build a system that can reliably identify a limited set of spoken keywords from audio data.
Not ideal if you need to transcribe open-ended speech or handle a very large, diverse vocabulary, as it's optimized for discrete command recognition.
Stars
72
Forks
20
Language
Python
License
MIT
Category
Last pushed
Mar 21, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/voice-ai/huschen/kaggle_speech_recognition"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
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)