-
Updated
Jul 31, 2020 - Python
{{ message }}
Lingvo
pytorch-kaldi is a project for developing state-of-the-art DNN/RNN hybrid speech recognition systems. The DNN part is managed by pytorch, while feature extraction, label computation, and decoding are performed with the kaldi toolkit.
DELTA is a deep learning based natural language and speech processing platform.
A Chinese Deep Speech Recognition System 包括基于深度学习的声学模型和基于深度学习的语言模型
Espresso: A Fast End-to-End Neural Speech Recognition Toolkit
The official repository of the Eesen project
A Python wrapper for Kaldi
SincNet is a neural architecture for efficiently processing raw audio samples.
Open STT
A PyTorch implementation of Speech Transformer, an End-to-End ASR with Transformer network on Mandarin Chinese.
Sequence-to-Sequence Framework in PyTorch
On-device streaming speech-to-text engine powered by deep learning
Open tools and data for cloudless automatic speech recognition
End-to-End speech recognition implementation base on TensorFlow (CTC, Attention, and MTL training)
End-to-end ASR/LM implementation with PyTorch
Dockerfile for kaldi-gstreamer-server.
an open-source implementation of sequence-to-sequence based speech processing engine
A Keras CTC implementation of Baidu's DeepSpeech for model experimentation
Kaldi-based Korean ASR (한국어 음성인식) open-source project
I am a newcomer to the audio field. I have some questions when use this project to generate the audio embedding for my multimodality model (text and audio)
I want to use Mockingjay, and run `python preprocess_any.py --feature_type=mel' but get 80 dim features, I just simply change num_mel in utility/audio.py from 80 to 160(I see this model need 160dim mel features in README), is it right?
Th
Python module for evaluating ASR hypotheses (e.g. word error rate, word recognition rate).
Chinese text normalization for speech processing
An opensource speech-to-text software written in tensorflow
使用FreeSWITCH接受用户手机呼叫,通过UniMRCP Server集成讯飞开放平台(xfyun)插件将用户语音进行语音识别(ASR),并根据自定义业务逻辑调用语音合成(TTS),构建简单的端到端语音呼叫中心。
Add a description, image, and links to the asr topic page so that developers can more easily learn about it.
To associate your repository with the asr topic, visit your repo's landing page and select "manage topics."
One can use https://github.com/s-yata/marisa-trie to save a lot of space for symbols.