scart97/thunder-speech
A Hackable speech recognition library.
This is a specialized library for software developers who need to integrate speech recognition into their applications. It takes audio files or streams as input and outputs transcribed text. Developers would use this to add voice command features, transcribe recordings, or build other speech-enabled applications.
No commits in the last 6 months. Available on PyPI.
Use this if you are a developer looking for a straightforward, hackable library to add end-to-end speech recognition capabilities to your Python applications, with options for fine-tuning to new languages.
Not ideal if you are looking for a ready-to-use application with a graphical interface, or a complex, state-of-the-art speech toolkit that requires extensive GPU resources and expert knowledge.
Stars
25
Forks
3
Language
Python
License
MIT
Category
Last pushed
Oct 16, 2024
Commits (30d)
0
Dependencies
12
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/voice-ai/scart97/thunder-speech"
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)