sovse/Rus-SpeechRecognition-LSTM-CTC-VoxForge
Распознавание речи русского языка используя Tensorflow, обучаясь на базе Voxforge
This is a basic speech recognition tool that converts spoken Russian words from audio files or a microphone into written text. It takes audio input and produces a transcription. This would be useful for someone like a researcher, student, or hobbyist interested in the fundamental mechanics of building a speech-to-text system for the Russian language.
No commits in the last 6 months.
Use this if you are a developer or student looking to understand and experiment with Russian speech recognition technology, especially if you want to train and test a small model using the VoxForge dataset.
Not ideal if you need a production-ready, highly accurate, and robust Russian speech recognition system for commercial or demanding applications.
Stars
59
Forks
10
Language
Jupyter Notebook
License
Apache-2.0
Category
Last pushed
Sep 16, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/voice-ai/sovse/Rus-SpeechRecognition-LSTM-CTC-VoxForge"
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)